{
  "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": 131944,
      "downloadFiles": [
        {
          "category": "ANNOTATED_SAMPLES",
          "dataType": "SC_RNA_SEQ",
          "sampleMultiplexing": true,
          "species": {
            "genus": "Heterocephalus",
            "speciesName": "glaber",
            "genomeVersion": "HetGla_female_1.0",
            "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
            "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
            "dataSourcesForDataByDataTypes": {},
            "dataSourcesForAnnotationByDataTypes": {},
            "parentTaxonId": 10180,
            "genomeSpeciesId": 10181,
            "preferredDisplayOrder": 31,
            "name": "Naked mole rat",
            "id": 10181
          },
          "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
          "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
          "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
          "size": 0
        },
        {
          "category": "INDIVIDUAL_SAMPLES",
          "dataType": "SC_RNA_SEQ",
          "sampleMultiplexing": true,
          "species": {
            "genus": "Heterocephalus",
            "speciesName": "glaber",
            "genomeVersion": "HetGla_female_1.0",
            "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
            "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
            "dataSourcesForDataByDataTypes": {},
            "dataSourcesForAnnotationByDataTypes": {},
            "parentTaxonId": 10180,
            "genomeSpeciesId": 10181,
            "preferredDisplayOrder": 31,
            "name": "Naked mole rat",
            "id": 10181
          },
          "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
          "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
          "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
          "size": 0
        },
        {
          "category": "ANNOTATED_SAMPLES",
          "dataType": "SC_RNA_SEQ",
          "sampleMultiplexing": true,
          "species": {
            "genus": "Mus",
            "speciesName": "musculus",
            "genomeVersion": "GRCm38.p6",
            "speciesFullNameWithoutSpace": "Mus_musculus",
            "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
            "dataSourcesForDataByDataTypes": {},
            "dataSourcesForAnnotationByDataTypes": {},
            "parentTaxonId": 862507,
            "genomeSpeciesId": 10090,
            "preferredDisplayOrder": 2,
            "name": "mouse",
            "id": 10090
          },
          "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
          "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
          "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
          "size": 0
        },
        {
          "category": "INDIVIDUAL_SAMPLES",
          "dataType": "SC_RNA_SEQ",
          "sampleMultiplexing": true,
          "species": {
            "genus": "Mus",
            "speciesName": "musculus",
            "genomeVersion": "GRCm38.p6",
            "speciesFullNameWithoutSpace": "Mus_musculus",
            "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
            "dataSourcesForDataByDataTypes": {},
            "dataSourcesForAnnotationByDataTypes": {},
            "parentTaxonId": 862507,
            "genomeSpeciesId": 10090,
            "preferredDisplayOrder": 2,
            "name": "mouse",
            "id": 10090
          },
          "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
          "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
          "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
          "size": 0
        }
      ],
      "dataSource": {
        "xRefUrl": "",
        "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
        "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
        "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
        "releaseDate": "2023-04-04",
        "releaseVersion": "",
        "toDisplay": true,
        "category": "RNA_SEQ",
        "displayOrder": 2,
        "name": "SRA",
        "description": "RNA-Seq data source for various species",
        "id": 19
      },
      "xRef": {
        "xRefId": "SRP201320",
        "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
        "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
        "source": {
          "name": "SRA",
          "description": "RNA-Seq data source for various species",
          "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
        }
      },
      "assayCount": 0,
      "dOI": "10.1371/journal.pbio.3000528",
      "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
      "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
      "id": "SRP201320"
    },
    "assays": [
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 129289673,
            "mappedReadsCount": 90355299,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060792"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B-cell",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.830233,
          "sdRefIntergenicDistribution": 2.540382,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 724247,
          "distinctRankCount": 845,
          "maxRank": 16026.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 129289673,
            "mappedReadsCount": 90355299,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060792"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000548",
              "name": "animal cell"
            },
            "cellTypeAuthorAnnotation": "Multiplet",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 48.010748,
          "sdRefIntergenicDistribution": 1.596855,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 21619,
          "distinctRankCount": 148,
          "maxRank": 12590.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 129289673,
            "mappedReadsCount": 90355299,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060792"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000548",
              "name": "animal cell"
            },
            "cellTypeAuthorAnnotation": "Unassigned.1",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.271138,
          "sdRefIntergenicDistribution": 1.981568,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 186034,
          "distinctRankCount": 493,
          "maxRank": 14666.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 129289673,
            "mappedReadsCount": 90355299,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060792"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000548",
              "name": "animal cell"
            },
            "cellTypeAuthorAnnotation": "Unassigned.2",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 13.591270,
          "sdRefIntergenicDistribution": 1.718613,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 85147,
          "distinctRankCount": 306,
          "maxRank": 13943.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 129289673,
            "mappedReadsCount": 90355299,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060792"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000548",
              "name": "animal cell"
            },
            "cellTypeAuthorAnnotation": "Unassigned.3",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 41.093786,
          "sdRefIntergenicDistribution": 1.673151,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 26443,
          "distinctRankCount": 152,
          "maxRank": 12774.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 129289673,
            "mappedReadsCount": 90355299,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060792"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000548",
              "name": "animal cell"
            },
            "cellTypeAuthorAnnotation": "Unassigned.4",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 192.111426,
          "sdRefIntergenicDistribution": 1.515359,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 5237,
          "distinctRankCount": 50,
          "maxRank": 11542.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 129289673,
            "mappedReadsCount": 90355299,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060792"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000898",
              "name": "naive T cell"
            },
            "cellTypeAuthorAnnotation": "Naive-T-cell",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.582089,
          "sdRefIntergenicDistribution": 2.928536,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1778661,
          "distinctRankCount": 1114,
          "maxRank": 16496.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 129289673,
            "mappedReadsCount": 90355299,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060792"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000775",
              "name": "neutrophil"
            },
            "cellTypeAuthorAnnotation": "Ltf-high-neutrophil",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.508274,
          "sdRefIntergenicDistribution": 2.169586,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 599618,
          "distinctRankCount": 582,
          "maxRank": 14738.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 129289673,
            "mappedReadsCount": 90355299,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060792"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000775",
              "name": "neutrophil"
            },
            "cellTypeAuthorAnnotation": "Neutrophil.1",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.643075,
          "sdRefIntergenicDistribution": 3.143460,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1639504,
          "distinctRankCount": 984,
          "maxRank": 15955.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 129289673,
            "mappedReadsCount": 90355299,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060792"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000775",
              "name": "neutrophil"
            },
            "cellTypeAuthorAnnotation": "Neutrophil.2",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 16.950959,
          "sdRefIntergenicDistribution": 2.028272,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 73815,
          "distinctRankCount": 223,
          "maxRank": 13252.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 129289673,
            "mappedReadsCount": 90355299,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060792"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000775",
              "name": "neutrophil"
            },
            "cellTypeAuthorAnnotation": "Neutrophil.3",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 63.250119,
          "sdRefIntergenicDistribution": 1.774817,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 17264,
          "distinctRankCount": 84,
          "maxRank": 12101.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 129289673,
            "mappedReadsCount": 90355299,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060792"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000786",
              "name": "plasma cell"
            },
            "cellTypeAuthorAnnotation": "Plasma-cell",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.357565,
          "sdRefIntergenicDistribution": 1.908658,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 168597,
          "distinctRankCount": 370,
          "maxRank": 14288.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 129289673,
            "mappedReadsCount": 90355299,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060792"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000874",
              "name": "splenic red pulp macrophage"
            },
            "cellTypeAuthorAnnotation": "Red-pulp-macrophage",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.463488,
          "sdRefIntergenicDistribution": 2.184652,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 160916,
          "distinctRankCount": 313,
          "maxRank": 14219.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 129289673,
            "mappedReadsCount": 90355299,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060792"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000451",
              "name": "dendritic cell"
            },
            "cellTypeAuthorAnnotation": "Timeless-high-dendritic-cell",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.736979,
          "sdRefIntergenicDistribution": 1.942876,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 131445,
          "distinctRankCount": 413,
          "maxRank": 14543.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 129289673,
            "mappedReadsCount": 90355299,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060792"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000625",
              "name": "CD8-positive, alpha-beta T cell"
            },
            "cellTypeAuthorAnnotation": "CD8-T-cell",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.372935,
          "sdRefIntergenicDistribution": 2.075701,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 266564,
          "distinctRankCount": 522,
          "maxRank": 15077.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 129289673,
            "mappedReadsCount": 90355299,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060792"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Erythroid-cell.1",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.606682,
          "sdRefIntergenicDistribution": 2.174272,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 575172,
          "distinctRankCount": 285,
          "maxRank": 13157.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 129289673,
            "mappedReadsCount": 90355299,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060792"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Erythroid-cell.2",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.768534,
          "sdRefIntergenicDistribution": 2.787521,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3157628,
          "distinctRankCount": 1325,
          "maxRank": 15843.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 129289673,
            "mappedReadsCount": 90355299,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060792"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Erythroid-cell.3",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.647313,
          "sdRefIntergenicDistribution": 2.036133,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 199104,
          "distinctRankCount": 418,
          "maxRank": 14173.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 129289673,
            "mappedReadsCount": 90355299,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060792"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000871",
              "name": "splenic macrophage"
            },
            "cellTypeAuthorAnnotation": "Macrophage.1",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.102445,
          "sdRefIntergenicDistribution": 2.614090,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1026440,
          "distinctRankCount": 992,
          "maxRank": 16160.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 129289673,
            "mappedReadsCount": 90355299,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060792"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000871",
              "name": "splenic macrophage"
            },
            "cellTypeAuthorAnnotation": "Macrophage.2",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.991586,
          "sdRefIntergenicDistribution": 1.838497,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 93319,
          "distinctRankCount": 365,
          "maxRank": 14141.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 129289673,
            "mappedReadsCount": 90355299,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060792"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000097",
              "name": "mast cell"
            },
            "cellTypeAuthorAnnotation": "Mast-cell",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 28.008387,
          "sdRefIntergenicDistribution": 1.802641,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 38585,
          "distinctRankCount": 181,
          "maxRank": 13160.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 153657907,
            "mappedReadsCount": 108352875,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060793"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B-cell",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.868803,
          "sdRefIntergenicDistribution": 2.551894,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 707282,
          "distinctRankCount": 786,
          "maxRank": 15845.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 153657907,
            "mappedReadsCount": 108352875,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060793"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000548",
              "name": "animal cell"
            },
            "cellTypeAuthorAnnotation": "Multiplet",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 53.623507,
          "sdRefIntergenicDistribution": 1.558510,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 19012,
          "distinctRankCount": 142,
          "maxRank": 12476.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 153657907,
            "mappedReadsCount": 108352875,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060793"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000548",
              "name": "animal cell"
            },
            "cellTypeAuthorAnnotation": "Unassigned.1",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 20.568933,
          "sdRefIntergenicDistribution": 1.789390,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 56208,
          "distinctRankCount": 250,
          "maxRank": 13480.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 153657907,
            "mappedReadsCount": 108352875,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060793"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000548",
              "name": "animal cell"
            },
            "cellTypeAuthorAnnotation": "Unassigned.2",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.407663,
          "sdRefIntergenicDistribution": 1.791300,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 105661,
          "distinctRankCount": 369,
          "maxRank": 14269.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 153657907,
            "mappedReadsCount": 108352875,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060793"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000548",
              "name": "animal cell"
            },
            "cellTypeAuthorAnnotation": "Unassigned.3",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 27.366262,
          "sdRefIntergenicDistribution": 1.768491,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 41173,
          "distinctRankCount": 207,
          "maxRank": 13127.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 153657907,
            "mappedReadsCount": 108352875,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060793"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000548",
              "name": "animal cell"
            },
            "cellTypeAuthorAnnotation": "Unassigned.4",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 155.819864,
          "sdRefIntergenicDistribution": 1.502685,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 6093,
          "distinctRankCount": 48,
          "maxRank": 11638.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 153657907,
            "mappedReadsCount": 108352875,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060793"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000898",
              "name": "naive T cell"
            },
            "cellTypeAuthorAnnotation": "Naive-T-cell",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.486080,
          "sdRefIntergenicDistribution": 3.036527,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2077304,
          "distinctRankCount": 1189,
          "maxRank": 16588.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 153657907,
            "mappedReadsCount": 108352875,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060793"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000775",
              "name": "neutrophil"
            },
            "cellTypeAuthorAnnotation": "Ltf-high-neutrophil",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.060281,
          "sdRefIntergenicDistribution": 2.243998,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 759755,
          "distinctRankCount": 653,
          "maxRank": 14911.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 153657907,
            "mappedReadsCount": 108352875,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060793"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000775",
              "name": "neutrophil"
            },
            "cellTypeAuthorAnnotation": "Neutrophil.1",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.550537,
          "sdRefIntergenicDistribution": 3.199421,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1812686,
          "distinctRankCount": 1012,
          "maxRank": 16037.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 153657907,
            "mappedReadsCount": 108352875,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060793"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000775",
              "name": "neutrophil"
            },
            "cellTypeAuthorAnnotation": "Neutrophil.2",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 16.946470,
          "sdRefIntergenicDistribution": 1.919577,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 71296,
          "distinctRankCount": 283,
          "maxRank": 13451.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 153657907,
            "mappedReadsCount": 108352875,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060793"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000775",
              "name": "neutrophil"
            },
            "cellTypeAuthorAnnotation": "Neutrophil.3",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 325.840005,
          "sdRefIntergenicDistribution": 1.496001,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3043,
          "distinctRankCount": 41,
          "maxRank": 11186.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 153657907,
            "mappedReadsCount": 108352875,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060793"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000786",
              "name": "plasma cell"
            },
            "cellTypeAuthorAnnotation": "Plasma-cell",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.072010,
          "sdRefIntergenicDistribution": 1.968203,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 256517,
          "distinctRankCount": 376,
          "maxRank": 14424.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 153657907,
            "mappedReadsCount": 108352875,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060793"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000874",
              "name": "splenic red pulp macrophage"
            },
            "cellTypeAuthorAnnotation": "Red-pulp-macrophage",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.158570,
          "sdRefIntergenicDistribution": 2.014917,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 182228,
          "distinctRankCount": 374,
          "maxRank": 14440.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 153657907,
            "mappedReadsCount": 108352875,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060793"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000451",
              "name": "dendritic cell"
            },
            "cellTypeAuthorAnnotation": "Timeless-high-dendritic-cell",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.723274,
          "sdRefIntergenicDistribution": 1.994813,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 151099,
          "distinctRankCount": 454,
          "maxRank": 14662.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 153657907,
            "mappedReadsCount": 108352875,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060793"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000625",
              "name": "CD8-positive, alpha-beta T cell"
            },
            "cellTypeAuthorAnnotation": "CD8-T-cell",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.648616,
          "sdRefIntergenicDistribution": 2.069278,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 253161,
          "distinctRankCount": 499,
          "maxRank": 14988.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 153657907,
            "mappedReadsCount": 108352875,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060793"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Erythroid-cell.1",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.281310,
          "sdRefIntergenicDistribution": 2.153612,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 452137,
          "distinctRankCount": 259,
          "maxRank": 13029.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 153657907,
            "mappedReadsCount": 108352875,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060793"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Erythroid-cell.2",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.678778,
          "sdRefIntergenicDistribution": 2.902644,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3935117,
          "distinctRankCount": 1440,
          "maxRank": 16028.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 153657907,
            "mappedReadsCount": 108352875,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060793"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Erythroid-cell.3",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.198765,
          "sdRefIntergenicDistribution": 2.339942,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 204962,
          "distinctRankCount": 355,
          "maxRank": 13991.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 153657907,
            "mappedReadsCount": 108352875,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060793"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000871",
              "name": "splenic macrophage"
            },
            "cellTypeAuthorAnnotation": "Macrophage.1",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.986518,
          "sdRefIntergenicDistribution": 2.673692,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1154235,
          "distinctRankCount": 1042,
          "maxRank": 16184.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 153657907,
            "mappedReadsCount": 108352875,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060793"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000871",
              "name": "splenic macrophage"
            },
            "cellTypeAuthorAnnotation": "Macrophage.2",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 20.538689,
          "sdRefIntergenicDistribution": 1.736485,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 55132,
          "distinctRankCount": 271,
          "maxRank": 13546.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 153657907,
            "mappedReadsCount": 108352875,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060793"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000097",
              "name": "mast cell"
            },
            "cellTypeAuthorAnnotation": "Mast-cell",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 20.178900,
          "sdRefIntergenicDistribution": 1.887578,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 56403,
          "distinctRankCount": 240,
          "maxRank": 13518.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 130214927,
            "mappedReadsCount": 86971986,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060794"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B-cell",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.164876,
          "sdRefIntergenicDistribution": 2.827249,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1148968,
          "distinctRankCount": 988,
          "maxRank": 16232.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 130214927,
            "mappedReadsCount": 86971986,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060794"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000548",
              "name": "animal cell"
            },
            "cellTypeAuthorAnnotation": "Multiplet",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 19.556578,
          "sdRefIntergenicDistribution": 1.737405,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 57431,
          "distinctRankCount": 263,
          "maxRank": 13679.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 130214927,
            "mappedReadsCount": 86971986,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060794"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000548",
              "name": "animal cell"
            },
            "cellTypeAuthorAnnotation": "Unassigned.1",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.331825,
          "sdRefIntergenicDistribution": 1.910961,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 121788,
          "distinctRankCount": 403,
          "maxRank": 14273.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 130214927,
            "mappedReadsCount": 86971986,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060794"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000548",
              "name": "animal cell"
            },
            "cellTypeAuthorAnnotation": "Unassigned.2",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 62.650747,
          "sdRefIntergenicDistribution": 1.643038,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 17105,
          "distinctRankCount": 139,
          "maxRank": 12354.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 130214927,
            "mappedReadsCount": 86971986,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060794"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000548",
              "name": "animal cell"
            },
            "cellTypeAuthorAnnotation": "Unassigned.3",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 72.836637,
          "sdRefIntergenicDistribution": 1.630237,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 13998,
          "distinctRankCount": 96,
          "maxRank": 12149.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 130214927,
            "mappedReadsCount": 86971986,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060794"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000548",
              "name": "animal cell"
            },
            "cellTypeAuthorAnnotation": "Unassigned.4",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 42.624005,
          "sdRefIntergenicDistribution": 1.709977,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 25128,
          "distinctRankCount": 135,
          "maxRank": 12756.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 130214927,
            "mappedReadsCount": 86971986,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060794"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000898",
              "name": "naive T cell"
            },
            "cellTypeAuthorAnnotation": "Naive-T-cell",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.369276,
          "sdRefIntergenicDistribution": 3.164725,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2514648,
          "distinctRankCount": 1310,
          "maxRank": 16729.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 130214927,
            "mappedReadsCount": 86971986,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060794"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000775",
              "name": "neutrophil"
            },
            "cellTypeAuthorAnnotation": "Ltf-high-neutrophil",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 17.359524,
          "sdRefIntergenicDistribution": 1.970635,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 69986,
          "distinctRankCount": 211,
          "maxRank": 12924.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 130214927,
            "mappedReadsCount": 86971986,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060794"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000775",
              "name": "neutrophil"
            },
            "cellTypeAuthorAnnotation": "Neutrophil.1",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.658874,
          "sdRefIntergenicDistribution": 3.106306,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1569748,
          "distinctRankCount": 939,
          "maxRank": 15861.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 130214927,
            "mappedReadsCount": 86971986,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060794"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000775",
              "name": "neutrophil"
            },
            "cellTypeAuthorAnnotation": "Neutrophil.2",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 24.218605,
          "sdRefIntergenicDistribution": 1.930423,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 48786,
          "distinctRankCount": 181,
          "maxRank": 12874.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 130214927,
            "mappedReadsCount": 86971986,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060794"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000775",
              "name": "neutrophil"
            },
            "cellTypeAuthorAnnotation": "Neutrophil.3",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 90.872538,
          "sdRefIntergenicDistribution": 1.759147,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 12009,
          "distinctRankCount": 67,
          "maxRank": 11727.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 130214927,
            "mappedReadsCount": 86971986,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060794"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000786",
              "name": "plasma cell"
            },
            "cellTypeAuthorAnnotation": "Plasma-cell",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.354665,
          "sdRefIntergenicDistribution": 1.857019,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 147590,
          "distinctRankCount": 313,
          "maxRank": 14078.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 130214927,
            "mappedReadsCount": 86971986,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060794"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000874",
              "name": "splenic red pulp macrophage"
            },
            "cellTypeAuthorAnnotation": "Red-pulp-macrophage",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.756350,
          "sdRefIntergenicDistribution": 2.002704,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 129804,
          "distinctRankCount": 301,
          "maxRank": 14147.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 130214927,
            "mappedReadsCount": 86971986,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060794"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000451",
              "name": "dendritic cell"
            },
            "cellTypeAuthorAnnotation": "Timeless-high-dendritic-cell",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.682329,
          "sdRefIntergenicDistribution": 2.117288,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 252575,
          "distinctRankCount": 549,
          "maxRank": 15071.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 130214927,
            "mappedReadsCount": 86971986,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060794"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000625",
              "name": "CD8-positive, alpha-beta T cell"
            },
            "cellTypeAuthorAnnotation": "CD8-T-cell",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.066349,
          "sdRefIntergenicDistribution": 2.022097,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 227984,
          "distinctRankCount": 458,
          "maxRank": 14935.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 130214927,
            "mappedReadsCount": 86971986,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060794"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Erythroid-cell.1",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.356565,
          "sdRefIntergenicDistribution": 1.988124,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 185205,
          "distinctRankCount": 160,
          "maxRank": 12472.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 130214927,
            "mappedReadsCount": 86971986,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060794"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Erythroid-cell.2",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.431522,
          "sdRefIntergenicDistribution": 2.448800,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1325865,
          "distinctRankCount": 931,
          "maxRank": 15382.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 130214927,
            "mappedReadsCount": 86971986,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060794"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Erythroid-cell.3",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 37.997181,
          "sdRefIntergenicDistribution": 2.029176,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 34632,
          "distinctRankCount": 159,
          "maxRank": 12570.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 130214927,
            "mappedReadsCount": 86971986,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060794"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000871",
              "name": "splenic macrophage"
            },
            "cellTypeAuthorAnnotation": "Macrophage.1",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.680421,
          "sdRefIntergenicDistribution": 2.769143,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1461061,
          "distinctRankCount": 1174,
          "maxRank": 16235.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 130214927,
            "mappedReadsCount": 86971986,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060794"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000871",
              "name": "splenic macrophage"
            },
            "cellTypeAuthorAnnotation": "Macrophage.2",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 14.845633,
          "sdRefIntergenicDistribution": 1.808734,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 79694,
          "distinctRankCount": 317,
          "maxRank": 13905.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 130214927,
            "mappedReadsCount": 86971986,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060794"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000097",
              "name": "mast cell"
            },
            "cellTypeAuthorAnnotation": "Mast-cell",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 51.515466,
          "sdRefIntergenicDistribution": 1.759668,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 19980,
          "distinctRankCount": 121,
          "maxRank": 12521.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 136163503,
            "mappedReadsCount": 90929244,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060795"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B-cell",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.483597,
          "sdRefIntergenicDistribution": 2.792039,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 975090,
          "distinctRankCount": 910,
          "maxRank": 16176.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 136163503,
            "mappedReadsCount": 90929244,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060795"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000548",
              "name": "animal cell"
            },
            "cellTypeAuthorAnnotation": "Multiplet",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 71.796231,
          "sdRefIntergenicDistribution": 1.558612,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 14122,
          "distinctRankCount": 124,
          "maxRank": 12270.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 136163503,
            "mappedReadsCount": 90929244,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060795"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000548",
              "name": "animal cell"
            },
            "cellTypeAuthorAnnotation": "Unassigned.1",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 16.940291,
          "sdRefIntergenicDistribution": 1.805533,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 68972,
          "distinctRankCount": 283,
          "maxRank": 13845.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 136163503,
            "mappedReadsCount": 90929244,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060795"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000548",
              "name": "animal cell"
            },
            "cellTypeAuthorAnnotation": "Unassigned.2",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 21.956399,
          "sdRefIntergenicDistribution": 1.645146,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 50386,
          "distinctRankCount": 245,
          "maxRank": 13443.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 136163503,
            "mappedReadsCount": 90929244,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060795"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000548",
              "name": "animal cell"
            },
            "cellTypeAuthorAnnotation": "Unassigned.3",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 28.769058,
          "sdRefIntergenicDistribution": 1.739280,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 38787,
          "distinctRankCount": 199,
          "maxRank": 13029.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 136163503,
            "mappedReadsCount": 90929244,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060795"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000548",
              "name": "animal cell"
            },
            "cellTypeAuthorAnnotation": "Unassigned.4",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 99.252079,
          "sdRefIntergenicDistribution": 1.604857,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 10155,
          "distinctRankCount": 83,
          "maxRank": 11972.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 136163503,
            "mappedReadsCount": 90929244,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060795"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000898",
              "name": "naive T cell"
            },
            "cellTypeAuthorAnnotation": "Naive-T-cell",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.521545,
          "sdRefIntergenicDistribution": 3.100901,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2172027,
          "distinctRankCount": 1197,
          "maxRank": 16651.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 136163503,
            "mappedReadsCount": 90929244,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060795"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000775",
              "name": "neutrophil"
            },
            "cellTypeAuthorAnnotation": "Ltf-high-neutrophil",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 25.022067,
          "sdRefIntergenicDistribution": 1.839445,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 47449,
          "distinctRankCount": 136,
          "maxRank": 12349.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 136163503,
            "mappedReadsCount": 90929244,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060795"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000775",
              "name": "neutrophil"
            },
            "cellTypeAuthorAnnotation": "Neutrophil.1",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.043528,
          "sdRefIntergenicDistribution": 2.961485,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1179607,
          "distinctRankCount": 849,
          "maxRank": 15722.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 136163503,
            "mappedReadsCount": 90929244,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060795"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000775",
              "name": "neutrophil"
            },
            "cellTypeAuthorAnnotation": "Neutrophil.2",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 23.288754,
          "sdRefIntergenicDistribution": 1.916370,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 50446,
          "distinctRankCount": 169,
          "maxRank": 12928.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 136163503,
            "mappedReadsCount": 90929244,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060795"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000775",
              "name": "neutrophil"
            },
            "cellTypeAuthorAnnotation": "Neutrophil.3",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 77.431284,
          "sdRefIntergenicDistribution": 1.747430,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 13885,
          "distinctRankCount": 83,
          "maxRank": 11892.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 136163503,
            "mappedReadsCount": 90929244,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060795"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000786",
              "name": "plasma cell"
            },
            "cellTypeAuthorAnnotation": "Plasma-cell",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.978472,
          "sdRefIntergenicDistribution": 1.848956,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 153660,
          "distinctRankCount": 323,
          "maxRank": 14076.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 136163503,
            "mappedReadsCount": 90929244,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060795"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000874",
              "name": "splenic red pulp macrophage"
            },
            "cellTypeAuthorAnnotation": "Red-pulp-macrophage",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.819223,
          "sdRefIntergenicDistribution": 1.906257,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 140094,
          "distinctRankCount": 324,
          "maxRank": 14357.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 136163503,
            "mappedReadsCount": 90929244,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060795"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000451",
              "name": "dendritic cell"
            },
            "cellTypeAuthorAnnotation": "Timeless-high-dendritic-cell",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.275854,
          "sdRefIntergenicDistribution": 2.124330,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 277374,
          "distinctRankCount": 610,
          "maxRank": 15215.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 136163503,
            "mappedReadsCount": 90929244,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060795"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000625",
              "name": "CD8-positive, alpha-beta T cell"
            },
            "cellTypeAuthorAnnotation": "CD8-T-cell",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.180727,
          "sdRefIntergenicDistribution": 2.082681,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 280669,
          "distinctRankCount": 532,
          "maxRank": 15110.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 136163503,
            "mappedReadsCount": 90929244,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060795"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Erythroid-cell.1",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.671403,
          "sdRefIntergenicDistribution": 1.985321,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 177321,
          "distinctRankCount": 183,
          "maxRank": 12514.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 136163503,
            "mappedReadsCount": 90929244,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060795"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Erythroid-cell.2",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.651024,
          "sdRefIntergenicDistribution": 2.380165,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1112718,
          "distinctRankCount": 810,
          "maxRank": 15249.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 136163503,
            "mappedReadsCount": 90929244,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060795"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Erythroid-cell.3",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 29.340112,
          "sdRefIntergenicDistribution": 1.771561,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 40255,
          "distinctRankCount": 179,
          "maxRank": 12676.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 136163503,
            "mappedReadsCount": 90929244,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060795"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000871",
              "name": "splenic macrophage"
            },
            "cellTypeAuthorAnnotation": "Macrophage.1",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.858297,
          "sdRefIntergenicDistribution": 2.700795,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1266951,
          "distinctRankCount": 1079,
          "maxRank": 16210.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 136163503,
            "mappedReadsCount": 90929244,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060795"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000871",
              "name": "splenic macrophage"
            },
            "cellTypeAuthorAnnotation": "Macrophage.2",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 14.837304,
          "sdRefIntergenicDistribution": 1.781095,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 79867,
          "distinctRankCount": 332,
          "maxRank": 13919.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 136163503,
            "mappedReadsCount": 90929244,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060795"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000097",
              "name": "mast cell"
            },
            "cellTypeAuthorAnnotation": "Mast-cell",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 41.227424,
          "sdRefIntergenicDistribution": 1.733624,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 25251,
          "distinctRankCount": 143,
          "maxRank": 12740.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 91737534,
            "mappedReadsCount": 62303329,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060796"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B-cell",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.703002,
          "sdRefIntergenicDistribution": 2.522240,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 730908,
          "distinctRankCount": 777,
          "maxRank": 15773.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 91737534,
            "mappedReadsCount": 62303329,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060796"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000097",
              "name": "mast cell"
            },
            "cellTypeAuthorAnnotation": "Mast-cell",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 49.724364,
          "sdRefIntergenicDistribution": 1.685862,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 20549,
          "distinctRankCount": 121,
          "maxRank": 12575.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 91737534,
            "mappedReadsCount": 62303329,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060796"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000898",
              "name": "naive T cell"
            },
            "cellTypeAuthorAnnotation": "Naive-T-cell",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.665831,
          "sdRefIntergenicDistribution": 2.925591,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1651079,
          "distinctRankCount": 1024,
          "maxRank": 16359.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 91737534,
            "mappedReadsCount": 62303329,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060796"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000775",
              "name": "neutrophil"
            },
            "cellTypeAuthorAnnotation": "Ctsg-high-neutrophil",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 35.719495,
          "sdRefIntergenicDistribution": 1.882470,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 33643,
          "distinctRankCount": 171,
          "maxRank": 12638.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 91737534,
            "mappedReadsCount": 62303329,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060796"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000775",
              "name": "neutrophil"
            },
            "cellTypeAuthorAnnotation": "Ltf-high-neutrophil",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.609542,
          "sdRefIntergenicDistribution": 2.296456,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1015836,
          "distinctRankCount": 689,
          "maxRank": 14990.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 91737534,
            "mappedReadsCount": 62303329,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060796"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000775",
              "name": "neutrophil"
            },
            "cellTypeAuthorAnnotation": "Neutrophil.1",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.247213,
          "sdRefIntergenicDistribution": 3.311836,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2418820,
          "distinctRankCount": 1133,
          "maxRank": 16026.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 91737534,
            "mappedReadsCount": 62303329,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060796"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000775",
              "name": "neutrophil"
            },
            "cellTypeAuthorAnnotation": "Neutrophil.2",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 16.541566,
          "sdRefIntergenicDistribution": 1.992888,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 75348,
          "distinctRankCount": 223,
          "maxRank": 13182.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 91737534,
            "mappedReadsCount": 62303329,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060796"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000775",
              "name": "neutrophil"
            },
            "cellTypeAuthorAnnotation": "Neutrophil.3",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 66.921743,
          "sdRefIntergenicDistribution": 1.760828,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 16407,
          "distinctRankCount": 86,
          "maxRank": 11944.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 91737534,
            "mappedReadsCount": 62303329,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060796"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000786",
              "name": "plasma cell"
            },
            "cellTypeAuthorAnnotation": "Plasma-cell",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.804079,
          "sdRefIntergenicDistribution": 1.995635,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 356540,
          "distinctRankCount": 420,
          "maxRank": 14354.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 91737534,
            "mappedReadsCount": 62303329,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060796"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000874",
              "name": "splenic red pulp macrophage"
            },
            "cellTypeAuthorAnnotation": "Red-pulp-macrophage",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.513474,
          "sdRefIntergenicDistribution": 1.913305,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 195312,
          "distinctRankCount": 398,
          "maxRank": 14753.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 91737534,
            "mappedReadsCount": 62303329,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060796"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000451",
              "name": "dendritic cell"
            },
            "cellTypeAuthorAnnotation": "Timeless-high-dendritic-cell",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.558820,
          "sdRefIntergenicDistribution": 2.033900,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 179706,
          "distinctRankCount": 473,
          "maxRank": 14760.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 91737534,
            "mappedReadsCount": 62303329,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060796"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000548",
              "name": "animal cell"
            },
            "cellTypeAuthorAnnotation": "Unassigned.1",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.716036,
          "sdRefIntergenicDistribution": 1.996192,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 201847,
          "distinctRankCount": 501,
          "maxRank": 14678.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 91737534,
            "mappedReadsCount": 62303329,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060796"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000548",
              "name": "animal cell"
            },
            "cellTypeAuthorAnnotation": "Unassigned.2",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 16.751355,
          "sdRefIntergenicDistribution": 1.728659,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 67957,
          "distinctRankCount": 299,
          "maxRank": 13746.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 91737534,
            "mappedReadsCount": 62303329,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060796"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000548",
              "name": "animal cell"
            },
            "cellTypeAuthorAnnotation": "Unassigned.3",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 17.141933,
          "sdRefIntergenicDistribution": 1.825298,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 68307,
          "distinctRankCount": 247,
          "maxRank": 13669.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 91737534,
            "mappedReadsCount": 62303329,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060796"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000548",
              "name": "animal cell"
            },
            "cellTypeAuthorAnnotation": "Unassigned.4",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 33.464544,
          "sdRefIntergenicDistribution": 1.723781,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 32519,
          "distinctRankCount": 155,
          "maxRank": 12841.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 91737534,
            "mappedReadsCount": 62303329,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060796"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000625",
              "name": "CD8-positive, alpha-beta T cell"
            },
            "cellTypeAuthorAnnotation": "CD8-T-cell",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.778218,
          "sdRefIntergenicDistribution": 2.103129,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 306044,
          "distinctRankCount": 560,
          "maxRank": 15052.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 91737534,
            "mappedReadsCount": 62303329,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060796"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Erythroid-cell.1",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 55.435222,
          "sdRefIntergenicDistribution": 1.676670,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 21717,
          "distinctRankCount": 45,
          "maxRank": 11361.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 91737534,
            "mappedReadsCount": 62303329,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060796"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Erythroid-cell.2",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.404612,
          "sdRefIntergenicDistribution": 1.850591,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 100004,
          "distinctRankCount": 284,
          "maxRank": 13392.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 91737534,
            "mappedReadsCount": 62303329,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060796"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Erythroid-cell.3",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 21.304165,
          "sdRefIntergenicDistribution": 2.194773,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 66797,
          "distinctRankCount": 219,
          "maxRank": 13070.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 91737534,
            "mappedReadsCount": 62303329,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060796"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000871",
              "name": "splenic macrophage"
            },
            "cellTypeAuthorAnnotation": "Macrophage.1",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.093669,
          "sdRefIntergenicDistribution": 3.115161,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2995480,
          "distinctRankCount": 1540,
          "maxRank": 16593.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 91737534,
            "mappedReadsCount": 62303329,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060796"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000871",
              "name": "splenic macrophage"
            },
            "cellTypeAuthorAnnotation": "Macrophage.2",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.574552,
          "sdRefIntergenicDistribution": 1.841764,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 118240,
          "distinctRankCount": 402,
          "maxRank": 14251.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 113876515,
            "mappedReadsCount": 76423216,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060797"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B-cell",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.703762,
          "sdRefIntergenicDistribution": 2.489844,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 721046,
          "distinctRankCount": 757,
          "maxRank": 15800.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 113876515,
            "mappedReadsCount": 76423216,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060797"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000097",
              "name": "mast cell"
            },
            "cellTypeAuthorAnnotation": "Mast-cell",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 50.133853,
          "sdRefIntergenicDistribution": 1.675673,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 21198,
          "distinctRankCount": 147,
          "maxRank": 12451.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 113876515,
            "mappedReadsCount": 76423216,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060797"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000898",
              "name": "naive T cell"
            },
            "cellTypeAuthorAnnotation": "Naive-T-cell",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.582320,
          "sdRefIntergenicDistribution": 2.974257,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1823003,
          "distinctRankCount": 1082,
          "maxRank": 16501.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 113876515,
            "mappedReadsCount": 76423216,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060797"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000775",
              "name": "neutrophil"
            },
            "cellTypeAuthorAnnotation": "Ltf-high-neutrophil",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.577658,
          "sdRefIntergenicDistribution": 2.320998,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1051716,
          "distinctRankCount": 731,
          "maxRank": 15198.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 113876515,
            "mappedReadsCount": 76423216,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060797"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000775",
              "name": "neutrophil"
            },
            "cellTypeAuthorAnnotation": "Neutrophil.1",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.166600,
          "sdRefIntergenicDistribution": 3.360069,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2730887,
          "distinctRankCount": 1207,
          "maxRank": 16214.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 113876515,
            "mappedReadsCount": 76423216,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060797"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000775",
              "name": "neutrophil"
            },
            "cellTypeAuthorAnnotation": "Neutrophil.2",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 26.034997,
          "sdRefIntergenicDistribution": 1.944142,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 46601,
          "distinctRankCount": 162,
          "maxRank": 12701.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 113876515,
            "mappedReadsCount": 76423216,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060797"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000775",
              "name": "neutrophil"
            },
            "cellTypeAuthorAnnotation": "Neutrophil.3",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 47.687354,
          "sdRefIntergenicDistribution": 1.845032,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 23994,
          "distinctRankCount": 101,
          "maxRank": 12229.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 113876515,
            "mappedReadsCount": 76423216,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060797"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000786",
              "name": "plasma cell"
            },
            "cellTypeAuthorAnnotation": "Plasma-cell",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.692808,
          "sdRefIntergenicDistribution": 1.929168,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 219705,
          "distinctRankCount": 384,
          "maxRank": 14280.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 113876515,
            "mappedReadsCount": 76423216,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060797"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000874",
              "name": "splenic red pulp macrophage"
            },
            "cellTypeAuthorAnnotation": "Red-pulp-macrophage",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.033447,
          "sdRefIntergenicDistribution": 1.907557,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 210498,
          "distinctRankCount": 446,
          "maxRank": 14954.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 113876515,
            "mappedReadsCount": 76423216,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060797"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000451",
              "name": "dendritic cell"
            },
            "cellTypeAuthorAnnotation": "Timeless-high-dendritic-cell",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.622967,
          "sdRefIntergenicDistribution": 2.140614,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 263200,
          "distinctRankCount": 545,
          "maxRank": 15163.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 113876515,
            "mappedReadsCount": 76423216,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060797"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000548",
              "name": "animal cell"
            },
            "cellTypeAuthorAnnotation": "Multiplet",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 236.198895,
          "sdRefIntergenicDistribution": 1.700270,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4633,
          "distinctRankCount": 59,
          "maxRank": 11323.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 113876515,
            "mappedReadsCount": 76423216,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060797"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000548",
              "name": "animal cell"
            },
            "cellTypeAuthorAnnotation": "Unassigned.1",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.528495,
          "sdRefIntergenicDistribution": 1.956299,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 175717,
          "distinctRankCount": 464,
          "maxRank": 14659.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 113876515,
            "mappedReadsCount": 76423216,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060797"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000548",
              "name": "animal cell"
            },
            "cellTypeAuthorAnnotation": "Unassigned.2",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.445334,
          "sdRefIntergenicDistribution": 1.807661,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 116658,
          "distinctRankCount": 384,
          "maxRank": 14344.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 113876515,
            "mappedReadsCount": 76423216,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060797"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000548",
              "name": "animal cell"
            },
            "cellTypeAuthorAnnotation": "Unassigned.3",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.492736,
          "sdRefIntergenicDistribution": 1.864665,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 97928,
          "distinctRankCount": 322,
          "maxRank": 14010.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 113876515,
            "mappedReadsCount": 76423216,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060797"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000548",
              "name": "animal cell"
            },
            "cellTypeAuthorAnnotation": "Unassigned.4",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 38.843397,
          "sdRefIntergenicDistribution": 1.705131,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 28251,
          "distinctRankCount": 162,
          "maxRank": 12708.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 113876515,
            "mappedReadsCount": 76423216,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060797"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000625",
              "name": "CD8-positive, alpha-beta T cell"
            },
            "cellTypeAuthorAnnotation": "CD8-T-cell",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.410856,
          "sdRefIntergenicDistribution": 2.147150,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 340329,
          "distinctRankCount": 586,
          "maxRank": 15232.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 113876515,
            "mappedReadsCount": 76423216,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060797"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Erythroid-cell.1",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 48.111462,
          "sdRefIntergenicDistribution": 1.581708,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 24411,
          "distinctRankCount": 43,
          "maxRank": 11104.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 113876515,
            "mappedReadsCount": 76423216,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060797"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Erythroid-cell.2",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.741705,
          "sdRefIntergenicDistribution": 1.847598,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 128885,
          "distinctRankCount": 307,
          "maxRank": 13559.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 113876515,
            "mappedReadsCount": 76423216,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060797"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Erythroid-cell.3",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 27.773327,
          "sdRefIntergenicDistribution": 2.067493,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 48228,
          "distinctRankCount": 213,
          "maxRank": 12823.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 113876515,
            "mappedReadsCount": 76423216,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060797"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000871",
              "name": "splenic macrophage"
            },
            "cellTypeAuthorAnnotation": "Macrophage.1",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.082783,
          "sdRefIntergenicDistribution": 3.134899,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3088556,
          "distinctRankCount": 1540,
          "maxRank": 16690.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 113876515,
            "mappedReadsCount": 76423216,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060797"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000871",
              "name": "splenic macrophage"
            },
            "cellTypeAuthorAnnotation": "Macrophage.2",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.177771,
          "sdRefIntergenicDistribution": 1.877283,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 137501,
          "distinctRankCount": 413,
          "maxRank": 14394.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 96892182,
            "mappedReadsCount": 67173805,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060798"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B-cell",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.959021,
          "sdRefIntergenicDistribution": 2.900601,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1337607,
          "distinctRankCount": 982,
          "maxRank": 16268.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 96892182,
            "mappedReadsCount": 67173805,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060798"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000097",
              "name": "mast cell"
            },
            "cellTypeAuthorAnnotation": "Mast-cell",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 15.953346,
          "sdRefIntergenicDistribution": 1.903010,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 73634,
          "distinctRankCount": 268,
          "maxRank": 13773.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 96892182,
            "mappedReadsCount": 67173805,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060798"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000898",
              "name": "naive T cell"
            },
            "cellTypeAuthorAnnotation": "Naive-T-cell",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.286315,
          "sdRefIntergenicDistribution": 3.190704,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2658393,
          "distinctRankCount": 1247,
          "maxRank": 16704.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 96892182,
            "mappedReadsCount": 67173805,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060798"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000775",
              "name": "neutrophil"
            },
            "cellTypeAuthorAnnotation": "Ltf-high-neutrophil",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.651333,
          "sdRefIntergenicDistribution": 1.992379,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 232250,
          "distinctRankCount": 351,
          "maxRank": 13732.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 96892182,
            "mappedReadsCount": 67173805,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060798"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000775",
              "name": "neutrophil"
            },
            "cellTypeAuthorAnnotation": "Neutrophil.1",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.146326,
          "sdRefIntergenicDistribution": 2.857932,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 997110,
          "distinctRankCount": 763,
          "maxRank": 15582.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 96892182,
            "mappedReadsCount": 67173805,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060798"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000775",
              "name": "neutrophil"
            },
            "cellTypeAuthorAnnotation": "Neutrophil.2",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 21.298890,
          "sdRefIntergenicDistribution": 1.935030,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 55418,
          "distinctRankCount": 192,
          "maxRank": 13048.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 96892182,
            "mappedReadsCount": 67173805,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060798"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000775",
              "name": "neutrophil"
            },
            "cellTypeAuthorAnnotation": "Neutrophil.3",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 100.918975,
          "sdRefIntergenicDistribution": 1.676265,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 10516,
          "distinctRankCount": 63,
          "maxRank": 11724.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 96892182,
            "mappedReadsCount": 67173805,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060798"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000786",
              "name": "plasma cell"
            },
            "cellTypeAuthorAnnotation": "Plasma-cell",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.110798,
          "sdRefIntergenicDistribution": 1.912299,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 213243,
          "distinctRankCount": 365,
          "maxRank": 14335.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 96892182,
            "mappedReadsCount": 67173805,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060798"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000874",
              "name": "splenic red pulp macrophage"
            },
            "cellTypeAuthorAnnotation": "Red-pulp-macrophage",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.335975,
          "sdRefIntergenicDistribution": 1.891926,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 169646,
          "distinctRankCount": 334,
          "maxRank": 14428.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 96892182,
            "mappedReadsCount": 67173805,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060798"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000451",
              "name": "dendritic cell"
            },
            "cellTypeAuthorAnnotation": "Timeless-high-dendritic-cell",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.612563,
          "sdRefIntergenicDistribution": 2.110704,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 254730,
          "distinctRankCount": 521,
          "maxRank": 14958.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 96892182,
            "mappedReadsCount": 67173805,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060798"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000548",
              "name": "animal cell"
            },
            "cellTypeAuthorAnnotation": "Multiplet",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 49.805722,
          "sdRefIntergenicDistribution": 1.578964,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 20457,
          "distinctRankCount": 150,
          "maxRank": 12556.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 96892182,
            "mappedReadsCount": 67173805,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060798"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000548",
              "name": "animal cell"
            },
            "cellTypeAuthorAnnotation": "Unassigned.1",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.377011,
          "sdRefIntergenicDistribution": 1.921557,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 135829,
          "distinctRankCount": 366,
          "maxRank": 14312.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 96892182,
            "mappedReadsCount": 67173805,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060798"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000548",
              "name": "animal cell"
            },
            "cellTypeAuthorAnnotation": "Unassigned.2",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 18.260039,
          "sdRefIntergenicDistribution": 1.674061,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 61124,
          "distinctRankCount": 236,
          "maxRank": 13502.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 96892182,
            "mappedReadsCount": 67173805,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060798"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000548",
              "name": "animal cell"
            },
            "cellTypeAuthorAnnotation": "Unassigned.3",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 18.261814,
          "sdRefIntergenicDistribution": 1.822767,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 64615,
          "distinctRankCount": 257,
          "maxRank": 13566.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 96892182,
            "mappedReadsCount": 67173805,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060798"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000548",
              "name": "animal cell"
            },
            "cellTypeAuthorAnnotation": "Unassigned.4",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 36.118060,
          "sdRefIntergenicDistribution": 1.714628,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 30150,
          "distinctRankCount": 166,
          "maxRank": 12859.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 96892182,
            "mappedReadsCount": 67173805,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060798"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000625",
              "name": "CD8-positive, alpha-beta T cell"
            },
            "cellTypeAuthorAnnotation": "CD8-T-cell",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.332646,
          "sdRefIntergenicDistribution": 2.139025,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 349678,
          "distinctRankCount": 546,
          "maxRank": 15159.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 96892182,
            "mappedReadsCount": 67173805,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060798"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Erythroid-cell.1",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.307693,
          "sdRefIntergenicDistribution": 2.205924,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 662891,
          "distinctRankCount": 312,
          "maxRank": 13338.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 96892182,
            "mappedReadsCount": 67173805,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060798"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Erythroid-cell.2",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.924412,
          "sdRefIntergenicDistribution": 2.666669,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2447031,
          "distinctRankCount": 1078,
          "maxRank": 15670.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 96892182,
            "mappedReadsCount": 67173805,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060798"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Erythroid-cell.3",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.963880,
          "sdRefIntergenicDistribution": 1.966498,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 162780,
          "distinctRankCount": 339,
          "maxRank": 13873.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 96892182,
            "mappedReadsCount": 67173805,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060798"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000871",
              "name": "splenic macrophage"
            },
            "cellTypeAuthorAnnotation": "Macrophage.1",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.140532,
          "sdRefIntergenicDistribution": 2.575557,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 952369,
          "distinctRankCount": 876,
          "maxRank": 15940.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 96892182,
            "mappedReadsCount": 67173805,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060798"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000871",
              "name": "splenic macrophage"
            },
            "cellTypeAuthorAnnotation": "Macrophage.2",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 31.687883,
          "sdRefIntergenicDistribution": 1.676515,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 34328,
          "distinctRankCount": 188,
          "maxRank": 13023.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 134752314,
            "mappedReadsCount": 93027580,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060799"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B-cell",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.853047,
          "sdRefIntergenicDistribution": 3.010363,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1586774,
          "distinctRankCount": 1081,
          "maxRank": 16439.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 134752314,
            "mappedReadsCount": 93027580,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060799"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000097",
              "name": "mast cell"
            },
            "cellTypeAuthorAnnotation": "Mast-cell",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 14.299786,
          "sdRefIntergenicDistribution": 1.932832,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 82876,
          "distinctRankCount": 298,
          "maxRank": 14021.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 134752314,
            "mappedReadsCount": 93027580,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060799"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000898",
              "name": "naive T cell"
            },
            "cellTypeAuthorAnnotation": "Naive-T-cell",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.265539,
          "sdRefIntergenicDistribution": 3.259458,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2872146,
          "distinctRankCount": 1315,
          "maxRank": 16798.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 134752314,
            "mappedReadsCount": 93027580,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060799"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000775",
              "name": "neutrophil"
            },
            "cellTypeAuthorAnnotation": "Ltf-high-neutrophil",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.872718,
          "sdRefIntergenicDistribution": 1.975053,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 222706,
          "distinctRankCount": 336,
          "maxRank": 13702.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 134752314,
            "mappedReadsCount": 93027580,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060799"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000775",
              "name": "neutrophil"
            },
            "cellTypeAuthorAnnotation": "Neutrophil.1",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.125686,
          "sdRefIntergenicDistribution": 2.872427,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1028912,
          "distinctRankCount": 765,
          "maxRank": 15634.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 134752314,
            "mappedReadsCount": 93027580,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060799"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000775",
              "name": "neutrophil"
            },
            "cellTypeAuthorAnnotation": "Neutrophil.2",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 27.531805,
          "sdRefIntergenicDistribution": 1.902182,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 41660,
          "distinctRankCount": 171,
          "maxRank": 12809.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 134752314,
            "mappedReadsCount": 93027580,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060799"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000775",
              "name": "neutrophil"
            },
            "cellTypeAuthorAnnotation": "Neutrophil.3",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 119.303995,
          "sdRefIntergenicDistribution": 1.715817,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 8860,
          "distinctRankCount": 62,
          "maxRank": 11647.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 134752314,
            "mappedReadsCount": 93027580,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060799"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000786",
              "name": "plasma cell"
            },
            "cellTypeAuthorAnnotation": "Plasma-cell",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.914221,
          "sdRefIntergenicDistribution": 1.925235,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 224455,
          "distinctRankCount": 417,
          "maxRank": 14573.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 134752314,
            "mappedReadsCount": 93027580,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060799"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000874",
              "name": "splenic red pulp macrophage"
            },
            "cellTypeAuthorAnnotation": "Red-pulp-macrophage",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.933694,
          "sdRefIntergenicDistribution": 1.895232,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 181417,
          "distinctRankCount": 360,
          "maxRank": 14506.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 134752314,
            "mappedReadsCount": 93027580,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060799"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000451",
              "name": "dendritic cell"
            },
            "cellTypeAuthorAnnotation": "Timeless-high-dendritic-cell",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.302869,
          "sdRefIntergenicDistribution": 2.078113,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 223617,
          "distinctRankCount": 495,
          "maxRank": 14864.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 134752314,
            "mappedReadsCount": 93027580,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060799"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000548",
              "name": "animal cell"
            },
            "cellTypeAuthorAnnotation": "Multiplet",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 26.032943,
          "sdRefIntergenicDistribution": 1.702043,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 41956,
          "distinctRankCount": 215,
          "maxRank": 13283.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 134752314,
            "mappedReadsCount": 93027580,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060799"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000548",
              "name": "animal cell"
            },
            "cellTypeAuthorAnnotation": "Unassigned.1",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.137253,
          "sdRefIntergenicDistribution": 1.902022,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 125789,
          "distinctRankCount": 384,
          "maxRank": 14265.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 134752314,
            "mappedReadsCount": 93027580,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060799"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000548",
              "name": "animal cell"
            },
            "cellTypeAuthorAnnotation": "Unassigned.2",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.506809,
          "sdRefIntergenicDistribution": 1.801067,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 116791,
          "distinctRankCount": 346,
          "maxRank": 14252.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 134752314,
            "mappedReadsCount": 93027580,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060799"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000548",
              "name": "animal cell"
            },
            "cellTypeAuthorAnnotation": "Unassigned.3",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 19.330752,
          "sdRefIntergenicDistribution": 1.780694,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 59677,
          "distinctRankCount": 257,
          "maxRank": 13500.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 134752314,
            "mappedReadsCount": 93027580,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060799"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000548",
              "name": "animal cell"
            },
            "cellTypeAuthorAnnotation": "Unassigned.4",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 43.857236,
          "sdRefIntergenicDistribution": 1.663555,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 23967,
          "distinctRankCount": 159,
          "maxRank": 12690.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 134752314,
            "mappedReadsCount": 93027580,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060799"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000625",
              "name": "CD8-positive, alpha-beta T cell"
            },
            "cellTypeAuthorAnnotation": "CD8-T-cell",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.038488,
          "sdRefIntergenicDistribution": 2.122019,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 291363,
          "distinctRankCount": 507,
          "maxRank": 15039.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 134752314,
            "mappedReadsCount": 93027580,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060799"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Erythroid-cell.1",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.290124,
          "sdRefIntergenicDistribution": 2.224312,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 671637,
          "distinctRankCount": 306,
          "maxRank": 13371.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 134752314,
            "mappedReadsCount": 93027580,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060799"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Erythroid-cell.2",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.872450,
          "sdRefIntergenicDistribution": 2.729181,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2660686,
          "distinctRankCount": 1154,
          "maxRank": 15771.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 134752314,
            "mappedReadsCount": 93027580,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060799"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Erythroid-cell.3",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.632471,
          "sdRefIntergenicDistribution": 2.261189,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 187502,
          "distinctRankCount": 368,
          "maxRank": 13841.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 134752314,
            "mappedReadsCount": 93027580,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060799"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000871",
              "name": "splenic macrophage"
            },
            "cellTypeAuthorAnnotation": "Macrophage.1",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.836436,
          "sdRefIntergenicDistribution": 2.725020,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1285193,
          "distinctRankCount": 1026,
          "maxRank": 16215.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 134752314,
            "mappedReadsCount": 93027580,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060799"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000871",
              "name": "splenic macrophage"
            },
            "cellTypeAuthorAnnotation": "Macrophage.2",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 15.489804,
          "sdRefIntergenicDistribution": 1.789125,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 76311,
          "distinctRankCount": 322,
          "maxRank": 13797.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 129206356,
            "mappedReadsCount": 84786734,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060800"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.727231,
          "sdRefIntergenicDistribution": 3.585099,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 7215789,
          "distinctRankCount": 4475,
          "maxRank": 25806.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 129206356,
            "mappedReadsCount": 84786734,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060800"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000845",
              "name": "marginal zone B cell"
            },
            "cellTypeAuthorAnnotation": "Marginal-zone-B-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.698194,
          "sdRefIntergenicDistribution": 2.553816,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1380469,
          "distinctRankCount": 2628,
          "maxRank": 24345.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 129206356,
            "mappedReadsCount": 84786734,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060800"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000897",
              "name": "CD4-positive, alpha-beta memory T cell"
            },
            "cellTypeAuthorAnnotation": "Memory-CD4-T-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 37.094835,
          "sdRefIntergenicDistribution": 1.475806,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 31157,
          "distinctRankCount": 310,
          "maxRank": 20585.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 129206356,
            "mappedReadsCount": 84786734,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060800"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000909",
              "name": "CD8-positive, alpha-beta memory T cell"
            },
            "cellTypeAuthorAnnotation": "Memory-CD8-T-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.151666,
          "sdRefIntergenicDistribution": 2.018012,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 517105,
          "distinctRankCount": 1761,
          "maxRank": 23384.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 129206356,
            "mappedReadsCount": 84786734,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060800"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Monocyte",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.580787,
          "sdRefIntergenicDistribution": 1.952416,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 333602,
          "distinctRankCount": 1664,
          "maxRank": 23440.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 129206356,
            "mappedReadsCount": 84786734,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060800"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000548",
              "name": "animal cell"
            },
            "cellTypeAuthorAnnotation": "Multiplet",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.186384,
          "sdRefIntergenicDistribution": 1.787839,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 193028,
          "distinctRankCount": 1284,
          "maxRank": 22619.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 129206356,
            "mappedReadsCount": 84786734,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060800"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000548",
              "name": "animal cell"
            },
            "cellTypeAuthorAnnotation": "Unassigned",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.279576,
          "sdRefIntergenicDistribution": 1.623425,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 132938,
          "distinctRankCount": 362,
          "maxRank": 21322.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 129206356,
            "mappedReadsCount": 84786734,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060800"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000895",
              "name": "naive thymus-derived CD4-positive, alpha-beta T cell"
            },
            "cellTypeAuthorAnnotation": "Naive-CD4-T-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.504034,
          "sdRefIntergenicDistribution": 2.519579,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1516256,
          "distinctRankCount": 2609,
          "maxRank": 24472.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 129206356,
            "mappedReadsCount": 84786734,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060800"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000900",
              "name": "naive thymus-derived CD8-positive, alpha-beta T cell"
            },
            "cellTypeAuthorAnnotation": "Naive-CD8-T-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.592658,
          "sdRefIntergenicDistribution": 2.399626,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1330452,
          "distinctRankCount": 2245,
          "maxRank": 24063.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 129206356,
            "mappedReadsCount": 84786734,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060800"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000775",
              "name": "neutrophil"
            },
            "cellTypeAuthorAnnotation": "Neutrophil.1",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 21.646433,
          "sdRefIntergenicDistribution": 1.777982,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 59543,
          "distinctRankCount": 363,
          "maxRank": 20595.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 129206356,
            "mappedReadsCount": 84786734,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060800"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000775",
              "name": "neutrophil"
            },
            "cellTypeAuthorAnnotation": "Neutrophil.2",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 292.762861,
          "sdRefIntergenicDistribution": 1.365502,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3632,
          "distinctRankCount": 60,
          "maxRank": 18707.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 129206356,
            "mappedReadsCount": 84786734,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060800"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000623",
              "name": "natural killer cell"
            },
            "cellTypeAuthorAnnotation": "NK-cell.1",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.421360,
          "sdRefIntergenicDistribution": 1.873485,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 221237,
          "distinctRankCount": 1224,
          "maxRank": 22753.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 129206356,
            "mappedReadsCount": 84786734,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060800"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000623",
              "name": "natural killer cell"
            },
            "cellTypeAuthorAnnotation": "NK-cell.2",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 191.767123,
          "sdRefIntergenicDistribution": 1.315589,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 5492,
          "distinctRankCount": 81,
          "maxRank": 19034.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 129206356,
            "mappedReadsCount": 84786734,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060800"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000451",
              "name": "dendritic cell"
            },
            "cellTypeAuthorAnnotation": "CD4-dendritic-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 61.543275,
          "sdRefIntergenicDistribution": 1.435561,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 18415,
          "distinctRankCount": 144,
          "maxRank": 19577.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 129206356,
            "mappedReadsCount": 84786734,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060800"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000921",
              "name": "type I NK T cell"
            },
            "cellTypeAuthorAnnotation": "NK-T-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.445314,
          "sdRefIntergenicDistribution": 1.757632,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 142141,
          "distinctRankCount": 1005,
          "maxRank": 22384.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 129206356,
            "mappedReadsCount": 84786734,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060800"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000786",
              "name": "plasma cell"
            },
            "cellTypeAuthorAnnotation": "Plasma-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.876816,
          "sdRefIntergenicDistribution": 1.618876,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 117199,
          "distinctRankCount": 309,
          "maxRank": 20424.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 129206356,
            "mappedReadsCount": 84786734,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060800"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000784",
              "name": "plasmacytoid dendritic cell"
            },
            "cellTypeAuthorAnnotation": "Plasmacytoid-dendritic-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 24.301942,
          "sdRefIntergenicDistribution": 1.571326,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 49408,
          "distinctRankCount": 465,
          "maxRank": 21196.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 129206356,
            "mappedReadsCount": 84786734,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060800"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000874",
              "name": "splenic red pulp macrophage"
            },
            "cellTypeAuthorAnnotation": "Red-pulp-macrophage",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 154.152966,
          "sdRefIntergenicDistribution": 1.405209,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 6928,
          "distinctRankCount": 109,
          "maxRank": 19276.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 129206356,
            "mappedReadsCount": 84786734,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060800"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0001000",
              "name": "CD8_alpha-positive CD11b-negative dendritic cell"
            },
            "cellTypeAuthorAnnotation": "CD8-dendritic-cell.1",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.641919,
          "sdRefIntergenicDistribution": 1.596002,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 108256,
          "distinctRankCount": 482,
          "maxRank": 21474.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 129206356,
            "mappedReadsCount": 84786734,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060800"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0001000",
              "name": "CD8_alpha-positive CD11b-negative dendritic cell"
            },
            "cellTypeAuthorAnnotation": "CD8-dendritic-cell.2",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 38.977753,
          "sdRefIntergenicDistribution": 1.548472,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 30803,
          "distinctRankCount": 324,
          "maxRank": 20226.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 129206356,
            "mappedReadsCount": 84786734,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060800"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000094",
              "name": "granulocyte"
            },
            "cellTypeAuthorAnnotation": "Granulocyte",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 67.638410,
          "sdRefIntergenicDistribution": 1.631700,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 17201,
          "distinctRankCount": 173,
          "maxRank": 19753.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 129206356,
            "mappedReadsCount": 84786734,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060800"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000871",
              "name": "splenic macrophage"
            },
            "cellTypeAuthorAnnotation": "Macrophage.1",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.253909,
          "sdRefIntergenicDistribution": 1.760914,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 262470,
          "distinctRankCount": 1441,
          "maxRank": 22766.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 129206356,
            "mappedReadsCount": 84786734,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060800"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000871",
              "name": "splenic macrophage"
            },
            "cellTypeAuthorAnnotation": "Macrophage.2",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 33.967227,
          "sdRefIntergenicDistribution": 1.616599,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 37791,
          "distinctRankCount": 201,
          "maxRank": 20551.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 129206356,
            "mappedReadsCount": 84786734,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060800"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000871",
              "name": "splenic macrophage"
            },
            "cellTypeAuthorAnnotation": "Macrophage.3",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.758620,
          "sdRefIntergenicDistribution": 1.838911,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 297896,
          "distinctRankCount": 1425,
          "maxRank": 23117.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 129206356,
            "mappedReadsCount": 84786734,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060800"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000871",
              "name": "splenic macrophage"
            },
            "cellTypeAuthorAnnotation": "Macrophage.4",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 217.753735,
          "sdRefIntergenicDistribution": 1.465839,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 5969,
          "distinctRankCount": 60,
          "maxRank": 18885.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 155797699,
            "mappedReadsCount": 103014696,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060801"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.728405,
          "sdRefIntergenicDistribution": 3.657350,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 7303731,
          "distinctRankCount": 4548,
          "maxRank": 25790.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 155797699,
            "mappedReadsCount": 103014696,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060801"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000845",
              "name": "marginal zone B cell"
            },
            "cellTypeAuthorAnnotation": "Marginal-zone-B-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.772206,
          "sdRefIntergenicDistribution": 2.621320,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1361592,
          "distinctRankCount": 2730,
          "maxRank": 24284.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 155797699,
            "mappedReadsCount": 103014696,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060801"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000897",
              "name": "CD4-positive, alpha-beta memory T cell"
            },
            "cellTypeAuthorAnnotation": "Memory-CD4-T-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 18.184314,
          "sdRefIntergenicDistribution": 1.581560,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 66767,
          "distinctRankCount": 550,
          "maxRank": 21456.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 155797699,
            "mappedReadsCount": 103014696,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060801"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000909",
              "name": "CD8-positive, alpha-beta memory T cell"
            },
            "cellTypeAuthorAnnotation": "Memory-CD8-T-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.864411,
          "sdRefIntergenicDistribution": 2.010794,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 413947,
          "distinctRankCount": 1614,
          "maxRank": 23220.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 155797699,
            "mappedReadsCount": 103014696,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060801"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Monocyte",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.284925,
          "sdRefIntergenicDistribution": 2.153456,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 523486,
          "distinctRankCount": 2103,
          "maxRank": 23706.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 155797699,
            "mappedReadsCount": 103014696,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060801"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000548",
              "name": "animal cell"
            },
            "cellTypeAuthorAnnotation": "Multiplet",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.502954,
          "sdRefIntergenicDistribution": 1.907679,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 270701,
          "distinctRankCount": 1484,
          "maxRank": 22953.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 155797699,
            "mappedReadsCount": 103014696,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060801"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000548",
              "name": "animal cell"
            },
            "cellTypeAuthorAnnotation": "Unassigned",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.414502,
          "sdRefIntergenicDistribution": 1.717809,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 124759,
          "distinctRankCount": 383,
          "maxRank": 21285.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 155797699,
            "mappedReadsCount": 103014696,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060801"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000895",
              "name": "naive thymus-derived CD4-positive, alpha-beta T cell"
            },
            "cellTypeAuthorAnnotation": "Naive-CD4-T-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.419645,
          "sdRefIntergenicDistribution": 2.602187,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1692226,
          "distinctRankCount": 2784,
          "maxRank": 24534.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 155797699,
            "mappedReadsCount": 103014696,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060801"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000900",
              "name": "naive thymus-derived CD8-positive, alpha-beta T cell"
            },
            "cellTypeAuthorAnnotation": "Naive-CD8-T-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.545429,
          "sdRefIntergenicDistribution": 2.444107,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1390928,
          "distinctRankCount": 2467,
          "maxRank": 24091.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 155797699,
            "mappedReadsCount": 103014696,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060801"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000775",
              "name": "neutrophil"
            },
            "cellTypeAuthorAnnotation": "Neutrophil.1",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 32.081264,
          "sdRefIntergenicDistribution": 1.699393,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 39398,
          "distinctRankCount": 278,
          "maxRank": 20206.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 155797699,
            "mappedReadsCount": 103014696,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060801"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000775",
              "name": "neutrophil"
            },
            "cellTypeAuthorAnnotation": "Neutrophil.2",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 45.129750,
          "sdRefIntergenicDistribution": 1.512540,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 25690,
          "distinctRankCount": 258,
          "maxRank": 20179.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 155797699,
            "mappedReadsCount": 103014696,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060801"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000623",
              "name": "natural killer cell"
            },
            "cellTypeAuthorAnnotation": "NK-cell.1",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.613679,
          "sdRefIntergenicDistribution": 1.941639,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 264574,
          "distinctRankCount": 1381,
          "maxRank": 22939.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 155797699,
            "mappedReadsCount": 103014696,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060801"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000623",
              "name": "natural killer cell"
            },
            "cellTypeAuthorAnnotation": "NK-cell.2",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 29.975123,
          "sdRefIntergenicDistribution": 1.553628,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 40058,
          "distinctRankCount": 509,
          "maxRank": 21027.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 155797699,
            "mappedReadsCount": 103014696,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060801"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000451",
              "name": "dendritic cell"
            },
            "cellTypeAuthorAnnotation": "CD4-dendritic-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 57.904162,
          "sdRefIntergenicDistribution": 1.431692,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 20216,
          "distinctRankCount": 142,
          "maxRank": 19675.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 155797699,
            "mappedReadsCount": 103014696,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060801"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000921",
              "name": "type I NK T cell"
            },
            "cellTypeAuthorAnnotation": "NK-T-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.293243,
          "sdRefIntergenicDistribution": 1.790378,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 148008,
          "distinctRankCount": 1064,
          "maxRank": 22443.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 155797699,
            "mappedReadsCount": 103014696,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060801"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000786",
              "name": "plasma cell"
            },
            "cellTypeAuthorAnnotation": "Plasma-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.529787,
          "sdRefIntergenicDistribution": 1.793817,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 180794,
          "distinctRankCount": 418,
          "maxRank": 21015.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 155797699,
            "mappedReadsCount": 103014696,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060801"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000784",
              "name": "plasmacytoid dendritic cell"
            },
            "cellTypeAuthorAnnotation": "Plasmacytoid-dendritic-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 21.973249,
          "sdRefIntergenicDistribution": 1.597655,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 56465,
          "distinctRankCount": 568,
          "maxRank": 21356.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 155797699,
            "mappedReadsCount": 103014696,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060801"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000874",
              "name": "splenic red pulp macrophage"
            },
            "cellTypeAuthorAnnotation": "Red-pulp-macrophage",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 61.732539,
          "sdRefIntergenicDistribution": 1.537664,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 18169,
          "distinctRankCount": 289,
          "maxRank": 20283.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 155797699,
            "mappedReadsCount": 103014696,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060801"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0001000",
              "name": "CD8_alpha-positive CD11b-negative dendritic cell"
            },
            "cellTypeAuthorAnnotation": "CD8-dendritic-cell.1",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.168194,
          "sdRefIntergenicDistribution": 1.788197,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 223547,
          "distinctRankCount": 1101,
          "maxRank": 22399.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 155797699,
            "mappedReadsCount": 103014696,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060801"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0001000",
              "name": "CD8_alpha-positive CD11b-negative dendritic cell"
            },
            "cellTypeAuthorAnnotation": "CD8-dendritic-cell.2",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 37.926379,
          "sdRefIntergenicDistribution": 1.534600,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 31328,
          "distinctRankCount": 256,
          "maxRank": 20170.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 155797699,
            "mappedReadsCount": 103014696,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060801"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000094",
              "name": "granulocyte"
            },
            "cellTypeAuthorAnnotation": "Granulocyte",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 46.177231,
          "sdRefIntergenicDistribution": 1.723733,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 26025,
          "distinctRankCount": 243,
          "maxRank": 20164.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 155797699,
            "mappedReadsCount": 103014696,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060801"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000871",
              "name": "splenic macrophage"
            },
            "cellTypeAuthorAnnotation": "Macrophage.1",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.111166,
          "sdRefIntergenicDistribution": 1.919105,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 364857,
          "distinctRankCount": 1832,
          "maxRank": 23121.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 155797699,
            "mappedReadsCount": 103014696,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060801"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000871",
              "name": "splenic macrophage"
            },
            "cellTypeAuthorAnnotation": "Macrophage.2",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 47.363635,
          "sdRefIntergenicDistribution": 1.611065,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 27071,
          "distinctRankCount": 169,
          "maxRank": 20198.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 155797699,
            "mappedReadsCount": 103014696,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060801"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000871",
              "name": "splenic macrophage"
            },
            "cellTypeAuthorAnnotation": "Macrophage.3",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.069611,
          "sdRefIntergenicDistribution": 2.017649,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 518747,
          "distinctRankCount": 2115,
          "maxRank": 23542.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 155797699,
            "mappedReadsCount": 103014696,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060801"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000871",
              "name": "splenic macrophage"
            },
            "cellTypeAuthorAnnotation": "Macrophage.4",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 127.830499,
          "sdRefIntergenicDistribution": 1.518888,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 10006,
          "distinctRankCount": 86,
          "maxRank": 19180.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 129197432,
            "mappedReadsCount": 84985293,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060802"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.636920,
          "sdRefIntergenicDistribution": 3.618410,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 8294291,
          "distinctRankCount": 4611,
          "maxRank": 25953.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 129197432,
            "mappedReadsCount": 84985293,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060802"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000845",
              "name": "marginal zone B cell"
            },
            "cellTypeAuthorAnnotation": "Marginal-zone-B-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.631558,
          "sdRefIntergenicDistribution": 2.523390,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1391245,
          "distinctRankCount": 2634,
          "maxRank": 24368.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 129197432,
            "mappedReadsCount": 84985293,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060802"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000897",
              "name": "CD4-positive, alpha-beta memory T cell"
            },
            "cellTypeAuthorAnnotation": "Memory-CD4-T-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 15.972550,
          "sdRefIntergenicDistribution": 1.577858,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 75666,
          "distinctRankCount": 585,
          "maxRank": 21500.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 129197432,
            "mappedReadsCount": 84985293,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060802"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000909",
              "name": "CD8-positive, alpha-beta memory T cell"
            },
            "cellTypeAuthorAnnotation": "Memory-CD8-T-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.997167,
          "sdRefIntergenicDistribution": 2.246388,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 940607,
          "distinctRankCount": 2065,
          "maxRank": 23899.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 129197432,
            "mappedReadsCount": 84985293,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060802"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Monocyte",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.526092,
          "sdRefIntergenicDistribution": 1.989480,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 444579,
          "distinctRankCount": 1846,
          "maxRank": 23662.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 129197432,
            "mappedReadsCount": 84985293,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060802"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000548",
              "name": "animal cell"
            },
            "cellTypeAuthorAnnotation": "Multiplet",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.657399,
          "sdRefIntergenicDistribution": 1.996203,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 436879,
          "distinctRankCount": 1842,
          "maxRank": 23440.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 129197432,
            "mappedReadsCount": 84985293,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060802"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000548",
              "name": "animal cell"
            },
            "cellTypeAuthorAnnotation": "Unassigned",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.794845,
          "sdRefIntergenicDistribution": 1.829814,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 127458,
          "distinctRankCount": 333,
          "maxRank": 21148.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 129197432,
            "mappedReadsCount": 84985293,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060802"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000895",
              "name": "naive thymus-derived CD4-positive, alpha-beta T cell"
            },
            "cellTypeAuthorAnnotation": "Naive-CD4-T-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.925187,
          "sdRefIntergenicDistribution": 2.888264,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3244556,
          "distinctRankCount": 3245,
          "maxRank": 25118.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 129197432,
            "mappedReadsCount": 84985293,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060802"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000900",
              "name": "naive thymus-derived CD8-positive, alpha-beta T cell"
            },
            "cellTypeAuthorAnnotation": "Naive-CD8-T-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.982040,
          "sdRefIntergenicDistribution": 2.753263,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2734753,
          "distinctRankCount": 3032,
          "maxRank": 24738.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 129197432,
            "mappedReadsCount": 84985293,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060802"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000775",
              "name": "neutrophil"
            },
            "cellTypeAuthorAnnotation": "Neutrophil.1",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 20.920989,
          "sdRefIntergenicDistribution": 1.748104,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 61431,
          "distinctRankCount": 444,
          "maxRank": 20650.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 129197432,
            "mappedReadsCount": 84985293,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060802"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000775",
              "name": "neutrophil"
            },
            "cellTypeAuthorAnnotation": "Neutrophil.2",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 70.080813,
          "sdRefIntergenicDistribution": 1.418786,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 15838,
          "distinctRankCount": 168,
          "maxRank": 19931.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 129197432,
            "mappedReadsCount": 84985293,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060802"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000623",
              "name": "natural killer cell"
            },
            "cellTypeAuthorAnnotation": "NK-cell.1",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.462415,
          "sdRefIntergenicDistribution": 2.109448,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 480246,
          "distinctRankCount": 1739,
          "maxRank": 23480.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 129197432,
            "mappedReadsCount": 84985293,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060802"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000623",
              "name": "natural killer cell"
            },
            "cellTypeAuthorAnnotation": "NK-cell.2",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 33.241046,
          "sdRefIntergenicDistribution": 1.519473,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 36490,
          "distinctRankCount": 275,
          "maxRank": 20621.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 129197432,
            "mappedReadsCount": 84985293,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060802"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000451",
              "name": "dendritic cell"
            },
            "cellTypeAuthorAnnotation": "CD4-dendritic-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 49.958838,
          "sdRefIntergenicDistribution": 1.611868,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 25903,
          "distinctRankCount": 172,
          "maxRank": 19784.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 129197432,
            "mappedReadsCount": 84985293,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060802"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000921",
              "name": "type I NK T cell"
            },
            "cellTypeAuthorAnnotation": "NK-T-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.644936,
          "sdRefIntergenicDistribution": 1.780326,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 157517,
          "distinctRankCount": 911,
          "maxRank": 22437.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 129197432,
            "mappedReadsCount": 84985293,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060802"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000786",
              "name": "plasma cell"
            },
            "cellTypeAuthorAnnotation": "Plasma-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.691719,
          "sdRefIntergenicDistribution": 1.791796,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 240526,
          "distinctRankCount": 561,
          "maxRank": 21580.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 129197432,
            "mappedReadsCount": 84985293,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060802"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000784",
              "name": "plasmacytoid dendritic cell"
            },
            "cellTypeAuthorAnnotation": "Plasmacytoid-dendritic-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 15.538234,
          "sdRefIntergenicDistribution": 1.674216,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 81922,
          "distinctRankCount": 688,
          "maxRank": 21701.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 129197432,
            "mappedReadsCount": 84985293,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060802"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000874",
              "name": "splenic red pulp macrophage"
            },
            "cellTypeAuthorAnnotation": "Red-pulp-macrophage",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 23.293975,
          "sdRefIntergenicDistribution": 1.672078,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 53518,
          "distinctRankCount": 664,
          "maxRank": 21489.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 129197432,
            "mappedReadsCount": 84985293,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060802"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0001000",
              "name": "CD8_alpha-positive CD11b-negative dendritic cell"
            },
            "cellTypeAuthorAnnotation": "CD8-dendritic-cell.1",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.511192,
          "sdRefIntergenicDistribution": 1.663127,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 137916,
          "distinctRankCount": 800,
          "maxRank": 21828.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 129197432,
            "mappedReadsCount": 84985293,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060802"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0001000",
              "name": "CD8_alpha-positive CD11b-negative dendritic cell"
            },
            "cellTypeAuthorAnnotation": "CD8-dendritic-cell.2",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 38.052505,
          "sdRefIntergenicDistribution": 1.558359,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 30877,
          "distinctRankCount": 277,
          "maxRank": 20236.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 129197432,
            "mappedReadsCount": 84985293,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060802"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000094",
              "name": "granulocyte"
            },
            "cellTypeAuthorAnnotation": "Granulocyte",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 40.001160,
          "sdRefIntergenicDistribution": 1.682434,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 30186,
          "distinctRankCount": 266,
          "maxRank": 20395.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 129197432,
            "mappedReadsCount": 84985293,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060802"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000871",
              "name": "splenic macrophage"
            },
            "cellTypeAuthorAnnotation": "Macrophage.1",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.703217,
          "sdRefIntergenicDistribution": 1.752027,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 239691,
          "distinctRankCount": 1338,
          "maxRank": 22859.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 129197432,
            "mappedReadsCount": 84985293,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060802"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000871",
              "name": "splenic macrophage"
            },
            "cellTypeAuthorAnnotation": "Macrophage.2",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 36.978394,
          "sdRefIntergenicDistribution": 1.533955,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 32840,
          "distinctRankCount": 176,
          "maxRank": 20303.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 129197432,
            "mappedReadsCount": 84985293,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060802"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000871",
              "name": "splenic macrophage"
            },
            "cellTypeAuthorAnnotation": "Macrophage.3",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.299431,
          "sdRefIntergenicDistribution": 1.940537,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 460500,
          "distinctRankCount": 1837,
          "maxRank": 23551.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 129197432,
            "mappedReadsCount": 84985293,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060802"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000871",
              "name": "splenic macrophage"
            },
            "cellTypeAuthorAnnotation": "Macrophage.4",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 149.807162,
          "sdRefIntergenicDistribution": 1.812730,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 8762,
          "distinctRankCount": 70,
          "maxRank": 18953.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 129197432,
            "mappedReadsCount": 84985293,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060802"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000787",
              "name": "memory B cell"
            },
            "cellTypeAuthorAnnotation": "Memory-B-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 24.222973,
          "sdRefIntergenicDistribution": 1.524715,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 48857,
          "distinctRankCount": 407,
          "maxRank": 21019.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 129054473,
            "mappedReadsCount": 85020049,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060803"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.617079,
          "sdRefIntergenicDistribution": 3.624035,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 8722504,
          "distinctRankCount": 4640,
          "maxRank": 25943.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 129054473,
            "mappedReadsCount": 85020049,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060803"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000845",
              "name": "marginal zone B cell"
            },
            "cellTypeAuthorAnnotation": "Marginal-zone-B-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.680169,
          "sdRefIntergenicDistribution": 2.456698,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1291929,
          "distinctRankCount": 2537,
          "maxRank": 24338.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 129054473,
            "mappedReadsCount": 85020049,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060803"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000897",
              "name": "CD4-positive, alpha-beta memory T cell"
            },
            "cellTypeAuthorAnnotation": "Memory-CD4-T-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 16.433595,
          "sdRefIntergenicDistribution": 1.524551,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 72707,
          "distinctRankCount": 607,
          "maxRank": 21480.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 129054473,
            "mappedReadsCount": 85020049,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060803"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000909",
              "name": "CD8-positive, alpha-beta memory T cell"
            },
            "cellTypeAuthorAnnotation": "Memory-CD8-T-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.040883,
          "sdRefIntergenicDistribution": 2.185793,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 896792,
          "distinctRankCount": 1986,
          "maxRank": 23910.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 129054473,
            "mappedReadsCount": 85020049,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060803"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Monocyte",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.859847,
          "sdRefIntergenicDistribution": 2.073838,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 584896,
          "distinctRankCount": 1940,
          "maxRank": 23905.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 129054473,
            "mappedReadsCount": 85020049,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060803"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000548",
              "name": "animal cell"
            },
            "cellTypeAuthorAnnotation": "Multiplet",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.190299,
          "sdRefIntergenicDistribution": 2.032131,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 516261,
          "distinctRankCount": 1866,
          "maxRank": 23558.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 129054473,
            "mappedReadsCount": 85020049,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060803"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000548",
              "name": "animal cell"
            },
            "cellTypeAuthorAnnotation": "Unassigned",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.266091,
          "sdRefIntergenicDistribution": 1.794427,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 161273,
          "distinctRankCount": 350,
          "maxRank": 21441.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 129054473,
            "mappedReadsCount": 85020049,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060803"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000895",
              "name": "naive thymus-derived CD4-positive, alpha-beta T cell"
            },
            "cellTypeAuthorAnnotation": "Naive-CD4-T-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.887024,
          "sdRefIntergenicDistribution": 2.913359,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3455222,
          "distinctRankCount": 3316,
          "maxRank": 25215.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 129054473,
            "mappedReadsCount": 85020049,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060803"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000900",
              "name": "naive thymus-derived CD8-positive, alpha-beta T cell"
            },
            "cellTypeAuthorAnnotation": "Naive-CD8-T-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.965427,
          "sdRefIntergenicDistribution": 2.742198,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2791132,
          "distinctRankCount": 2971,
          "maxRank": 24755.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 129054473,
            "mappedReadsCount": 85020049,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060803"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000775",
              "name": "neutrophil"
            },
            "cellTypeAuthorAnnotation": "Neutrophil.1",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 16.060220,
          "sdRefIntergenicDistribution": 1.709705,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 79439,
          "distinctRankCount": 323,
          "maxRank": 20956.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 129054473,
            "mappedReadsCount": 85020049,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060803"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000775",
              "name": "neutrophil"
            },
            "cellTypeAuthorAnnotation": "Neutrophil.2",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 101.562616,
          "sdRefIntergenicDistribution": 1.398333,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 10828,
          "distinctRankCount": 136,
          "maxRank": 19426.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 129054473,
            "mappedReadsCount": 85020049,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060803"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000623",
              "name": "natural killer cell"
            },
            "cellTypeAuthorAnnotation": "NK-cell.1",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.834301,
          "sdRefIntergenicDistribution": 2.037206,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 414579,
          "distinctRankCount": 1423,
          "maxRank": 23385.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 129054473,
            "mappedReadsCount": 85020049,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060803"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000623",
              "name": "natural killer cell"
            },
            "cellTypeAuthorAnnotation": "NK-cell.2",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 17.315731,
          "sdRefIntergenicDistribution": 1.587323,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 70627,
          "distinctRankCount": 467,
          "maxRank": 21678.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 129054473,
            "mappedReadsCount": 85020049,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060803"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000451",
              "name": "dendritic cell"
            },
            "cellTypeAuthorAnnotation": "CD4-dendritic-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 55.787581,
          "sdRefIntergenicDistribution": 1.477926,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 21735,
          "distinctRankCount": 148,
          "maxRank": 19709.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 129054473,
            "mappedReadsCount": 85020049,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060803"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000921",
              "name": "type I NK T cell"
            },
            "cellTypeAuthorAnnotation": "NK-T-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 14.742174,
          "sdRefIntergenicDistribution": 1.620713,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 83994,
          "distinctRankCount": 509,
          "maxRank": 21808.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 129054473,
            "mappedReadsCount": 85020049,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060803"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000786",
              "name": "plasma cell"
            },
            "cellTypeAuthorAnnotation": "Plasma-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 17.742132,
          "sdRefIntergenicDistribution": 1.577512,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 71295,
          "distinctRankCount": 183,
          "maxRank": 20000.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 129054473,
            "mappedReadsCount": 85020049,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060803"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000784",
              "name": "plasmacytoid dendritic cell"
            },
            "cellTypeAuthorAnnotation": "Plasmacytoid-dendritic-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 14.638894,
          "sdRefIntergenicDistribution": 1.612133,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 84733,
          "distinctRankCount": 491,
          "maxRank": 21795.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 129054473,
            "mappedReadsCount": 85020049,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060803"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000874",
              "name": "splenic red pulp macrophage"
            },
            "cellTypeAuthorAnnotation": "Red-pulp-macrophage",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 53.557592,
          "sdRefIntergenicDistribution": 1.502254,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 21186,
          "distinctRankCount": 225,
          "maxRank": 20447.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 129054473,
            "mappedReadsCount": 85020049,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060803"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0001000",
              "name": "CD8_alpha-positive CD11b-negative dendritic cell"
            },
            "cellTypeAuthorAnnotation": "CD8-dendritic-cell.1",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.766043,
          "sdRefIntergenicDistribution": 1.573822,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 115465,
          "distinctRankCount": 652,
          "maxRank": 21822.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 129054473,
            "mappedReadsCount": 85020049,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060803"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0001000",
              "name": "CD8_alpha-positive CD11b-negative dendritic cell"
            },
            "cellTypeAuthorAnnotation": "CD8-dendritic-cell.2",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 49.908156,
          "sdRefIntergenicDistribution": 1.575159,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 24099,
          "distinctRankCount": 250,
          "maxRank": 19935.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 129054473,
            "mappedReadsCount": 85020049,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060803"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000094",
              "name": "granulocyte"
            },
            "cellTypeAuthorAnnotation": "Granulocyte",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 51.794491,
          "sdRefIntergenicDistribution": 1.539442,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 22138,
          "distinctRankCount": 273,
          "maxRank": 20145.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 129054473,
            "mappedReadsCount": 85020049,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060803"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000871",
              "name": "splenic macrophage"
            },
            "cellTypeAuthorAnnotation": "Macrophage.1",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.671841,
          "sdRefIntergenicDistribution": 1.611363,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 131037,
          "distinctRankCount": 856,
          "maxRank": 22420.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 129054473,
            "mappedReadsCount": 85020049,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060803"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000871",
              "name": "splenic macrophage"
            },
            "cellTypeAuthorAnnotation": "Macrophage.2",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 35.096121,
          "sdRefIntergenicDistribution": 1.554626,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 35053,
          "distinctRankCount": 189,
          "maxRank": 20450.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 129054473,
            "mappedReadsCount": 85020049,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060803"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000871",
              "name": "splenic macrophage"
            },
            "cellTypeAuthorAnnotation": "Macrophage.3",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.179782,
          "sdRefIntergenicDistribution": 1.852744,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 349690,
          "distinctRankCount": 1457,
          "maxRank": 23356.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 129054473,
            "mappedReadsCount": 85020049,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060803"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000871",
              "name": "splenic macrophage"
            },
            "cellTypeAuthorAnnotation": "Macrophage.4",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 62.419978,
          "sdRefIntergenicDistribution": 1.417539,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 19061,
          "distinctRankCount": 122,
          "maxRank": 19659.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 129054473,
            "mappedReadsCount": 85020049,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060803"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000787",
              "name": "memory B cell"
            },
            "cellTypeAuthorAnnotation": "Memory-B-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 56.374023,
          "sdRefIntergenicDistribution": 1.424143,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 19957,
          "distinctRankCount": 193,
          "maxRank": 19984.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 105857368,
            "mappedReadsCount": 70951054,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060804"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.926051,
          "sdRefIntergenicDistribution": 3.259237,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4166347,
          "distinctRankCount": 3707,
          "maxRank": 25319.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 105857368,
            "mappedReadsCount": 70951054,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060804"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000845",
              "name": "marginal zone B cell"
            },
            "cellTypeAuthorAnnotation": "Marginal-zone-B-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.138557,
          "sdRefIntergenicDistribution": 2.434041,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 991763,
          "distinctRankCount": 2406,
          "maxRank": 24077.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 105857368,
            "mappedReadsCount": 70951054,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060804"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000787",
              "name": "memory B cell"
            },
            "cellTypeAuthorAnnotation": "Memory-B-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.035478,
          "sdRefIntergenicDistribution": 2.163661,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 578577,
          "distinctRankCount": 1841,
          "maxRank": 23608.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 105857368,
            "mappedReadsCount": 70951054,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060804"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000897",
              "name": "CD4-positive, alpha-beta memory T cell"
            },
            "cellTypeAuthorAnnotation": "Memory-CD4-T-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 18.775562,
          "sdRefIntergenicDistribution": 1.599378,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 64638,
          "distinctRankCount": 524,
          "maxRank": 21411.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 105857368,
            "mappedReadsCount": 70951054,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060804"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000909",
              "name": "CD8-positive, alpha-beta memory T cell"
            },
            "cellTypeAuthorAnnotation": "Memory-CD8-T-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.202290,
          "sdRefIntergenicDistribution": 2.056150,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 519310,
          "distinctRankCount": 1757,
          "maxRank": 23434.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 105857368,
            "mappedReadsCount": 70951054,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060804"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Monocyte",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.257542,
          "sdRefIntergenicDistribution": 2.284534,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 848149,
          "distinctRankCount": 2267,
          "maxRank": 24143.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 105857368,
            "mappedReadsCount": 70951054,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060804"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000548",
              "name": "animal cell"
            },
            "cellTypeAuthorAnnotation": "Multiplet",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 15.675706,
          "sdRefIntergenicDistribution": 1.611920,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 79497,
          "distinctRankCount": 770,
          "maxRank": 21733.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 105857368,
            "mappedReadsCount": 70951054,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060804"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000548",
              "name": "animal cell"
            },
            "cellTypeAuthorAnnotation": "Unassigned",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 14.969402,
          "sdRefIntergenicDistribution": 1.521386,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 79346,
          "distinctRankCount": 274,
          "maxRank": 20798.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 105857368,
            "mappedReadsCount": 70951054,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060804"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000895",
              "name": "naive thymus-derived CD4-positive, alpha-beta T cell"
            },
            "cellTypeAuthorAnnotation": "Naive-CD4-T-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.942501,
          "sdRefIntergenicDistribution": 2.407223,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1086864,
          "distinctRankCount": 2309,
          "maxRank": 24374.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 105857368,
            "mappedReadsCount": 70951054,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060804"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000900",
              "name": "naive thymus-derived CD8-positive, alpha-beta T cell"
            },
            "cellTypeAuthorAnnotation": "Naive-CD8-T-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.638862,
          "sdRefIntergenicDistribution": 2.003954,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 432354,
          "distinctRankCount": 1561,
          "maxRank": 23106.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 105857368,
            "mappedReadsCount": 70951054,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060804"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000775",
              "name": "neutrophil"
            },
            "cellTypeAuthorAnnotation": "Neutrophil.1",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 13.431170,
          "sdRefIntergenicDistribution": 1.923651,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 103303,
          "distinctRankCount": 529,
          "maxRank": 21146.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 105857368,
            "mappedReadsCount": 70951054,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060804"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000775",
              "name": "neutrophil"
            },
            "cellTypeAuthorAnnotation": "Neutrophil.2",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 79.088322,
          "sdRefIntergenicDistribution": 1.423196,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 14136,
          "distinctRankCount": 198,
          "maxRank": 19596.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 105857368,
            "mappedReadsCount": 70951054,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060804"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000451",
              "name": "dendritic cell"
            },
            "cellTypeAuthorAnnotation": "CD4-dendritic-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 67.271551,
          "sdRefIntergenicDistribution": 1.529703,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 19085,
          "distinctRankCount": 153,
          "maxRank": 19563.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 105857368,
            "mappedReadsCount": 70951054,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060804"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000623",
              "name": "natural killer cell"
            },
            "cellTypeAuthorAnnotation": "NK-cell.1",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.405269,
          "sdRefIntergenicDistribution": 1.930258,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 225494,
          "distinctRankCount": 1137,
          "maxRank": 22791.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 105857368,
            "mappedReadsCount": 70951054,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060804"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000623",
              "name": "natural killer cell"
            },
            "cellTypeAuthorAnnotation": "NK-cell.2",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 34.879139,
          "sdRefIntergenicDistribution": 1.534041,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 35023,
          "distinctRankCount": 228,
          "maxRank": 20349.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 105857368,
            "mappedReadsCount": 70951054,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060804"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000921",
              "name": "type I NK T cell"
            },
            "cellTypeAuthorAnnotation": "NK-T-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 15.009305,
          "sdRefIntergenicDistribution": 1.652817,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 84104,
          "distinctRankCount": 670,
          "maxRank": 21799.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 105857368,
            "mappedReadsCount": 70951054,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060804"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000786",
              "name": "plasma cell"
            },
            "cellTypeAuthorAnnotation": "Plasma-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.602102,
          "sdRefIntergenicDistribution": 1.836592,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 160165,
          "distinctRankCount": 545,
          "maxRank": 21190.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 105857368,
            "mappedReadsCount": 70951054,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060804"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000784",
              "name": "plasmacytoid dendritic cell"
            },
            "cellTypeAuthorAnnotation": "Plasmacytoid-dendritic-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.280103,
          "sdRefIntergenicDistribution": 1.854412,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 194279,
          "distinctRankCount": 1201,
          "maxRank": 22734.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 105857368,
            "mappedReadsCount": 70951054,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060804"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000874",
              "name": "splenic red pulp macrophage"
            },
            "cellTypeAuthorAnnotation": "Red-pulp-macrophage",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 36.556774,
          "sdRefIntergenicDistribution": 1.635410,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 32859,
          "distinctRankCount": 280,
          "maxRank": 20956.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 105857368,
            "mappedReadsCount": 70951054,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060804"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0001000",
              "name": "CD8_alpha-positive CD11b-negative dendritic cell"
            },
            "cellTypeAuthorAnnotation": "CD8-dendritic-cell.1",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.737545,
          "sdRefIntergenicDistribution": 1.671993,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 148988,
          "distinctRankCount": 766,
          "maxRank": 22019.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 105857368,
            "mappedReadsCount": 70951054,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060804"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0001000",
              "name": "CD8_alpha-positive CD11b-negative dendritic cell"
            },
            "cellTypeAuthorAnnotation": "CD8-dendritic-cell.2",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 61.484276,
          "sdRefIntergenicDistribution": 1.557349,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 18763,
          "distinctRankCount": 252,
          "maxRank": 19731.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 105857368,
            "mappedReadsCount": 70951054,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060804"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000094",
              "name": "granulocyte"
            },
            "cellTypeAuthorAnnotation": "Granulocyte",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 62.909243,
          "sdRefIntergenicDistribution": 1.654711,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 18493,
          "distinctRankCount": 189,
          "maxRank": 19828.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 105857368,
            "mappedReadsCount": 70951054,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060804"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000871",
              "name": "splenic macrophage"
            },
            "cellTypeAuthorAnnotation": "Macrophage.1",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 13.663271,
          "sdRefIntergenicDistribution": 1.623079,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 92304,
          "distinctRankCount": 628,
          "maxRank": 21787.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 105857368,
            "mappedReadsCount": 70951054,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060804"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000871",
              "name": "splenic macrophage"
            },
            "cellTypeAuthorAnnotation": "Macrophage.2",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 58.928506,
          "sdRefIntergenicDistribution": 1.756497,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 22467,
          "distinctRankCount": 162,
          "maxRank": 19949.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 105857368,
            "mappedReadsCount": 70951054,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060804"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000871",
              "name": "splenic macrophage"
            },
            "cellTypeAuthorAnnotation": "Macrophage.3",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.999217,
          "sdRefIntergenicDistribution": 1.802291,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 280182,
          "distinctRankCount": 1363,
          "maxRank": 22961.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 105857368,
            "mappedReadsCount": 70951054,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060804"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000871",
              "name": "splenic macrophage"
            },
            "cellTypeAuthorAnnotation": "Macrophage.4",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 181.806421,
          "sdRefIntergenicDistribution": 1.545466,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 6727,
          "distinctRankCount": 70,
          "maxRank": 18879.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 102856510,
            "mappedReadsCount": 70063094,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060805"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.909224,
          "sdRefIntergenicDistribution": 3.239090,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4192066,
          "distinctRankCount": 3748,
          "maxRank": 25254.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 102856510,
            "mappedReadsCount": 70063094,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060805"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000845",
              "name": "marginal zone B cell"
            },
            "cellTypeAuthorAnnotation": "Marginal-zone-B-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.136622,
          "sdRefIntergenicDistribution": 2.423508,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 964969,
          "distinctRankCount": 2337,
          "maxRank": 24011.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 102856510,
            "mappedReadsCount": 70063094,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060805"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000787",
              "name": "memory B cell"
            },
            "cellTypeAuthorAnnotation": "Memory-B-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.762496,
          "sdRefIntergenicDistribution": 2.238007,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 667186,
          "distinctRankCount": 1945,
          "maxRank": 23730.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 102856510,
            "mappedReadsCount": 70063094,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060805"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000897",
              "name": "CD4-positive, alpha-beta memory T cell"
            },
            "cellTypeAuthorAnnotation": "Memory-CD4-T-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 22.684809,
          "sdRefIntergenicDistribution": 1.552429,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 52142,
          "distinctRankCount": 517,
          "maxRank": 21103.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 102856510,
            "mappedReadsCount": 70063094,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060805"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000909",
              "name": "CD8-positive, alpha-beta memory T cell"
            },
            "cellTypeAuthorAnnotation": "Memory-CD8-T-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.038987,
          "sdRefIntergenicDistribution": 1.955734,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 380675,
          "distinctRankCount": 1382,
          "maxRank": 23097.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 102856510,
            "mappedReadsCount": 70063094,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060805"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Monocyte",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.618283,
          "sdRefIntergenicDistribution": 2.209797,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 687175,
          "distinctRankCount": 2091,
          "maxRank": 23967.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 102856510,
            "mappedReadsCount": 70063094,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060805"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000548",
              "name": "animal cell"
            },
            "cellTypeAuthorAnnotation": "Multiplet",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 13.615037,
          "sdRefIntergenicDistribution": 1.603302,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 92132,
          "distinctRankCount": 551,
          "maxRank": 21578.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 102856510,
            "mappedReadsCount": 70063094,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060805"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000548",
              "name": "animal cell"
            },
            "cellTypeAuthorAnnotation": "Unassigned",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 13.607719,
          "sdRefIntergenicDistribution": 1.557445,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 90587,
          "distinctRankCount": 323,
          "maxRank": 20934.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 102856510,
            "mappedReadsCount": 70063094,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060805"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000895",
              "name": "naive thymus-derived CD4-positive, alpha-beta T cell"
            },
            "cellTypeAuthorAnnotation": "Naive-CD4-T-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.016522,
          "sdRefIntergenicDistribution": 2.373697,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1025628,
          "distinctRankCount": 2324,
          "maxRank": 24209.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 102856510,
            "mappedReadsCount": 70063094,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060805"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000900",
              "name": "naive thymus-derived CD8-positive, alpha-beta T cell"
            },
            "cellTypeAuthorAnnotation": "Naive-CD8-T-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.936285,
          "sdRefIntergenicDistribution": 2.060177,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 559606,
          "distinctRankCount": 1656,
          "maxRank": 23368.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 102856510,
            "mappedReadsCount": 70063094,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060805"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000775",
              "name": "neutrophil"
            },
            "cellTypeAuthorAnnotation": "Neutrophil.1",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 13.240308,
          "sdRefIntergenicDistribution": 1.938265,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 103416,
          "distinctRankCount": 520,
          "maxRank": 21194.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 102856510,
            "mappedReadsCount": 70063094,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060805"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000775",
              "name": "neutrophil"
            },
            "cellTypeAuthorAnnotation": "Neutrophil.2",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 82.100494,
          "sdRefIntergenicDistribution": 1.417061,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 13067,
          "distinctRankCount": 162,
          "maxRank": 19688.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 102856510,
            "mappedReadsCount": 70063094,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060805"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000451",
              "name": "dendritic cell"
            },
            "cellTypeAuthorAnnotation": "CD4-dendritic-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 64.564115,
          "sdRefIntergenicDistribution": 1.527522,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 19358,
          "distinctRankCount": 145,
          "maxRank": 19520.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 102856510,
            "mappedReadsCount": 70063094,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060805"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000623",
              "name": "natural killer cell"
            },
            "cellTypeAuthorAnnotation": "NK-cell.1",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.832908,
          "sdRefIntergenicDistribution": 1.920425,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 248967,
          "distinctRankCount": 1180,
          "maxRank": 22898.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 102856510,
            "mappedReadsCount": 70063094,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060805"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000921",
              "name": "type I NK T cell"
            },
            "cellTypeAuthorAnnotation": "NK-T-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.661362,
          "sdRefIntergenicDistribution": 1.692802,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 102084,
          "distinctRankCount": 834,
          "maxRank": 22006.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 102856510,
            "mappedReadsCount": 70063094,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060805"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000786",
              "name": "plasma cell"
            },
            "cellTypeAuthorAnnotation": "Plasma-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.584500,
          "sdRefIntergenicDistribution": 2.007916,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 580997,
          "distinctRankCount": 1028,
          "maxRank": 22365.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 102856510,
            "mappedReadsCount": 70063094,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060805"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000784",
              "name": "plasmacytoid dendritic cell"
            },
            "cellTypeAuthorAnnotation": "Plasmacytoid-dendritic-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.684933,
          "sdRefIntergenicDistribution": 1.892436,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 256337,
          "distinctRankCount": 1315,
          "maxRank": 22936.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 102856510,
            "mappedReadsCount": 70063094,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060805"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000874",
              "name": "splenic red pulp macrophage"
            },
            "cellTypeAuthorAnnotation": "Red-pulp-macrophage",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 21.892169,
          "sdRefIntergenicDistribution": 1.695514,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 56944,
          "distinctRankCount": 509,
          "maxRank": 21378.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 102856510,
            "mappedReadsCount": 70063094,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060805"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0001000",
              "name": "CD8_alpha-positive CD11b-negative dendritic cell"
            },
            "cellTypeAuthorAnnotation": "CD8-dendritic-cell.1",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.166299,
          "sdRefIntergenicDistribution": 1.617398,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 124879,
          "distinctRankCount": 637,
          "maxRank": 21696.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 102856510,
            "mappedReadsCount": 70063094,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060805"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0001000",
              "name": "CD8_alpha-positive CD11b-negative dendritic cell"
            },
            "cellTypeAuthorAnnotation": "CD8-dendritic-cell.2",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 25.458358,
          "sdRefIntergenicDistribution": 1.623497,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 47730,
          "distinctRankCount": 439,
          "maxRank": 20825.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 102856510,
            "mappedReadsCount": 70063094,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060805"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000094",
              "name": "granulocyte"
            },
            "cellTypeAuthorAnnotation": "Granulocyte",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 41.046842,
          "sdRefIntergenicDistribution": 1.716263,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 28945,
          "distinctRankCount": 251,
          "maxRank": 20335.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 102856510,
            "mappedReadsCount": 70063094,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060805"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000871",
              "name": "splenic macrophage"
            },
            "cellTypeAuthorAnnotation": "Macrophage.1",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.040971,
          "sdRefIntergenicDistribution": 1.601583,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 104645,
          "distinctRankCount": 863,
          "maxRank": 21918.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 102856510,
            "mappedReadsCount": 70063094,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060805"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000871",
              "name": "splenic macrophage"
            },
            "cellTypeAuthorAnnotation": "Macrophage.2",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 46.835727,
          "sdRefIntergenicDistribution": 1.566055,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 25641,
          "distinctRankCount": 147,
          "maxRank": 20017.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 102856510,
            "mappedReadsCount": 70063094,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060805"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000871",
              "name": "splenic macrophage"
            },
            "cellTypeAuthorAnnotation": "Macrophage.3",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.031064,
          "sdRefIntergenicDistribution": 1.909266,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 367580,
          "distinctRankCount": 1616,
          "maxRank": 23270.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 102856510,
            "mappedReadsCount": 70063094,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060805"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000871",
              "name": "splenic macrophage"
            },
            "cellTypeAuthorAnnotation": "Macrophage.4",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 112.214764,
          "sdRefIntergenicDistribution": 1.653092,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 11435,
          "distinctRankCount": 101,
          "maxRank": 19227.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 104119248,
            "mappedReadsCount": 68475382,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060806"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.588470,
          "sdRefIntergenicDistribution": 3.682437,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 9037021,
          "distinctRankCount": 4495,
          "maxRank": 26054.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 104119248,
            "mappedReadsCount": 68475382,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060806"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000845",
              "name": "marginal zone B cell"
            },
            "cellTypeAuthorAnnotation": "Marginal-zone-B-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.623004,
          "sdRefIntergenicDistribution": 2.510678,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1349031,
          "distinctRankCount": 2471,
          "maxRank": 24339.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 104119248,
            "mappedReadsCount": 68475382,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060806"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000787",
              "name": "memory B cell"
            },
            "cellTypeAuthorAnnotation": "Memory-B-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.849008,
          "sdRefIntergenicDistribution": 2.122147,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 598389,
          "distinctRankCount": 1719,
          "maxRank": 23649.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 104119248,
            "mappedReadsCount": 68475382,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060806"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000897",
              "name": "CD4-positive, alpha-beta memory T cell"
            },
            "cellTypeAuthorAnnotation": "Memory-CD4-T-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 17.409527,
          "sdRefIntergenicDistribution": 1.574635,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 68197,
          "distinctRankCount": 506,
          "maxRank": 21355.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 104119248,
            "mappedReadsCount": 68475382,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060806"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000909",
              "name": "CD8-positive, alpha-beta memory T cell"
            },
            "cellTypeAuthorAnnotation": "Memory-CD8-T-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.997289,
          "sdRefIntergenicDistribution": 2.204827,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 907995,
          "distinctRankCount": 1951,
          "maxRank": 23925.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 104119248,
            "mappedReadsCount": 68475382,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060806"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Monocyte",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.352347,
          "sdRefIntergenicDistribution": 2.212262,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 757817,
          "distinctRankCount": 2181,
          "maxRank": 24155.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 104119248,
            "mappedReadsCount": 68475382,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060806"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000548",
              "name": "animal cell"
            },
            "cellTypeAuthorAnnotation": "Multiplet",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.428802,
          "sdRefIntergenicDistribution": 2.168777,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 738067,
          "distinctRankCount": 2066,
          "maxRank": 23931.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 104119248,
            "mappedReadsCount": 68475382,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060806"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000548",
              "name": "animal cell"
            },
            "cellTypeAuthorAnnotation": "Unassigned",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.875332,
          "sdRefIntergenicDistribution": 1.695026,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 141383,
          "distinctRankCount": 410,
          "maxRank": 21416.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 104119248,
            "mappedReadsCount": 68475382,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060806"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000895",
              "name": "naive thymus-derived CD4-positive, alpha-beta T cell"
            },
            "cellTypeAuthorAnnotation": "Naive-CD4-T-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.842390,
          "sdRefIntergenicDistribution": 2.941215,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3550536,
          "distinctRankCount": 3192,
          "maxRank": 25294.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 104119248,
            "mappedReadsCount": 68475382,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060806"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000900",
              "name": "naive thymus-derived CD8-positive, alpha-beta T cell"
            },
            "cellTypeAuthorAnnotation": "Naive-CD8-T-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.991702,
          "sdRefIntergenicDistribution": 2.686735,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2537491,
          "distinctRankCount": 2724,
          "maxRank": 24697.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 104119248,
            "mappedReadsCount": 68475382,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060806"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000775",
              "name": "neutrophil"
            },
            "cellTypeAuthorAnnotation": "Neutrophil.1",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.983036,
          "sdRefIntergenicDistribution": 1.940661,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 116129,
          "distinctRankCount": 510,
          "maxRank": 21349.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 104119248,
            "mappedReadsCount": 68475382,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060806"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000775",
              "name": "neutrophil"
            },
            "cellTypeAuthorAnnotation": "Neutrophil.2",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 29.135974,
          "sdRefIntergenicDistribution": 1.590991,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 41067,
          "distinctRankCount": 367,
          "maxRank": 20712.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 104119248,
            "mappedReadsCount": 68475382,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060806"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000451",
              "name": "dendritic cell"
            },
            "cellTypeAuthorAnnotation": "CD4-dendritic-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 68.864105,
          "sdRefIntergenicDistribution": 1.431038,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 16945,
          "distinctRankCount": 140,
          "maxRank": 19429.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 104119248,
            "mappedReadsCount": 68475382,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060806"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000623",
              "name": "natural killer cell"
            },
            "cellTypeAuthorAnnotation": "NK-cell.1",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.811660,
          "sdRefIntergenicDistribution": 2.068541,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 418143,
          "distinctRankCount": 1498,
          "maxRank": 23421.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 104119248,
            "mappedReadsCount": 68475382,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060806"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000623",
              "name": "natural killer cell"
            },
            "cellTypeAuthorAnnotation": "NK-cell.2",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 16.462613,
          "sdRefIntergenicDistribution": 1.606892,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 74897,
          "distinctRankCount": 569,
          "maxRank": 21747.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 104119248,
            "mappedReadsCount": 68475382,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060806"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000921",
              "name": "type I NK T cell"
            },
            "cellTypeAuthorAnnotation": "NK-T-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.644702,
          "sdRefIntergenicDistribution": 1.741973,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 124414,
          "distinctRankCount": 743,
          "maxRank": 22178.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 104119248,
            "mappedReadsCount": 68475382,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060806"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000786",
              "name": "plasma cell"
            },
            "cellTypeAuthorAnnotation": "Plasma-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 25.898276,
          "sdRefIntergenicDistribution": 1.564342,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 48483,
          "distinctRankCount": 102,
          "maxRank": 19500.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 104119248,
            "mappedReadsCount": 68475382,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060806"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000784",
              "name": "plasmacytoid dendritic cell"
            },
            "cellTypeAuthorAnnotation": "Plasmacytoid-dendritic-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.898397,
          "sdRefIntergenicDistribution": 1.755638,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 151178,
          "distinctRankCount": 996,
          "maxRank": 22395.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 104119248,
            "mappedReadsCount": 68475382,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060806"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000874",
              "name": "splenic red pulp macrophage"
            },
            "cellTypeAuthorAnnotation": "Red-pulp-macrophage",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 59.631284,
          "sdRefIntergenicDistribution": 1.512824,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 19484,
          "distinctRankCount": 255,
          "maxRank": 20328.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 104119248,
            "mappedReadsCount": 68475382,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060806"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0001000",
              "name": "CD8_alpha-positive CD11b-negative dendritic cell"
            },
            "cellTypeAuthorAnnotation": "CD8-dendritic-cell.1",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.390097,
          "sdRefIntergenicDistribution": 1.719358,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 157768,
          "distinctRankCount": 531,
          "maxRank": 21903.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 104119248,
            "mappedReadsCount": 68475382,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060806"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0001000",
              "name": "CD8_alpha-positive CD11b-negative dendritic cell"
            },
            "cellTypeAuthorAnnotation": "CD8-dendritic-cell.2",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 29.258187,
          "sdRefIntergenicDistribution": 1.538980,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 41083,
          "distinctRankCount": 330,
          "maxRank": 20504.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 104119248,
            "mappedReadsCount": 68475382,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060806"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000094",
              "name": "granulocyte"
            },
            "cellTypeAuthorAnnotation": "Granulocyte",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 74.844079,
          "sdRefIntergenicDistribution": 1.631578,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 15592,
          "distinctRankCount": 146,
          "maxRank": 19728.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 104119248,
            "mappedReadsCount": 68475382,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060806"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000871",
              "name": "splenic macrophage"
            },
            "cellTypeAuthorAnnotation": "Macrophage.1",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.643746,
          "sdRefIntergenicDistribution": 1.563675,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 96032,
          "distinctRankCount": 624,
          "maxRank": 22010.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 104119248,
            "mappedReadsCount": 68475382,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060806"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000871",
              "name": "splenic macrophage"
            },
            "cellTypeAuthorAnnotation": "Macrophage.2",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 60.657363,
          "sdRefIntergenicDistribution": 1.608232,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 20619,
          "distinctRankCount": 131,
          "maxRank": 19819.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 104119248,
            "mappedReadsCount": 68475382,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060806"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000871",
              "name": "splenic macrophage"
            },
            "cellTypeAuthorAnnotation": "Macrophage.3",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.751276,
          "sdRefIntergenicDistribution": 1.681924,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 147115,
          "distinctRankCount": 599,
          "maxRank": 22491.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 104119248,
            "mappedReadsCount": 68475382,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060806"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000871",
              "name": "splenic macrophage"
            },
            "cellTypeAuthorAnnotation": "Macrophage.4",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 74.664406,
          "sdRefIntergenicDistribution": 1.389974,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 15254,
          "distinctRankCount": 106,
          "maxRank": 19454.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 88832214,
            "mappedReadsCount": 58969106,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060807"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.564251,
          "sdRefIntergenicDistribution": 3.702553,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 9312098,
          "distinctRankCount": 4496,
          "maxRank": 26097.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 88832214,
            "mappedReadsCount": 58969106,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060807"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000845",
              "name": "marginal zone B cell"
            },
            "cellTypeAuthorAnnotation": "Marginal-zone-B-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.529798,
          "sdRefIntergenicDistribution": 2.547513,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1460521,
          "distinctRankCount": 2517,
          "maxRank": 24400.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 88832214,
            "mappedReadsCount": 58969106,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060807"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000787",
              "name": "memory B cell"
            },
            "cellTypeAuthorAnnotation": "Memory-B-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.933534,
          "sdRefIntergenicDistribution": 1.991340,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 395068,
          "distinctRankCount": 1292,
          "maxRank": 23252.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 88832214,
            "mappedReadsCount": 58969106,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060807"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000897",
              "name": "CD4-positive, alpha-beta memory T cell"
            },
            "cellTypeAuthorAnnotation": "Memory-CD4-T-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 22.007595,
          "sdRefIntergenicDistribution": 1.546433,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 54474,
          "distinctRankCount": 314,
          "maxRank": 21171.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 88832214,
            "mappedReadsCount": 58969106,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060807"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000909",
              "name": "CD8-positive, alpha-beta memory T cell"
            },
            "cellTypeAuthorAnnotation": "Memory-CD8-T-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.152587,
          "sdRefIntergenicDistribution": 2.145340,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 808190,
          "distinctRankCount": 1752,
          "maxRank": 23784.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 88832214,
            "mappedReadsCount": 58969106,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060807"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Monocyte",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.514655,
          "sdRefIntergenicDistribution": 2.152021,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 687376,
          "distinctRankCount": 2003,
          "maxRank": 24061.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 88832214,
            "mappedReadsCount": 58969106,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060807"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000548",
              "name": "animal cell"
            },
            "cellTypeAuthorAnnotation": "Multiplet",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.395818,
          "sdRefIntergenicDistribution": 2.198248,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 751986,
          "distinctRankCount": 2002,
          "maxRank": 23937.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 88832214,
            "mappedReadsCount": 58969106,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060807"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000548",
              "name": "animal cell"
            },
            "cellTypeAuthorAnnotation": "Unassigned",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.394955,
          "sdRefIntergenicDistribution": 1.800861,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 180068,
          "distinctRankCount": 390,
          "maxRank": 21643.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 88832214,
            "mappedReadsCount": 58969106,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060807"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000895",
              "name": "naive thymus-derived CD4-positive, alpha-beta T cell"
            },
            "cellTypeAuthorAnnotation": "Naive-CD4-T-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.810541,
          "sdRefIntergenicDistribution": 2.957442,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3694114,
          "distinctRankCount": 3125,
          "maxRank": 25353.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 88832214,
            "mappedReadsCount": 58969106,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060807"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000900",
              "name": "naive thymus-derived CD8-positive, alpha-beta T cell"
            },
            "cellTypeAuthorAnnotation": "Naive-CD8-T-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.978885,
          "sdRefIntergenicDistribution": 2.667339,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2528596,
          "distinctRankCount": 2585,
          "maxRank": 24716.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 88832214,
            "mappedReadsCount": 58969106,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060807"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000775",
              "name": "neutrophil"
            },
            "cellTypeAuthorAnnotation": "Neutrophil.1",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.936188,
          "sdRefIntergenicDistribution": 1.899828,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 105813,
          "distinctRankCount": 381,
          "maxRank": 21274.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 88832214,
            "mappedReadsCount": 58969106,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060807"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000775",
              "name": "neutrophil"
            },
            "cellTypeAuthorAnnotation": "Neutrophil.2",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 34.893400,
          "sdRefIntergenicDistribution": 1.494268,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 33278,
          "distinctRankCount": 322,
          "maxRank": 20541.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 88832214,
            "mappedReadsCount": 58969106,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060807"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000451",
              "name": "dendritic cell"
            },
            "cellTypeAuthorAnnotation": "CD4-dendritic-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 45.542785,
          "sdRefIntergenicDistribution": 1.507270,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 26217,
          "distinctRankCount": 154,
          "maxRank": 19927.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 88832214,
            "mappedReadsCount": 58969106,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060807"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000623",
              "name": "natural killer cell"
            },
            "cellTypeAuthorAnnotation": "NK-cell.1",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.650864,
          "sdRefIntergenicDistribution": 2.076064,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 438629,
          "distinctRankCount": 1316,
          "maxRank": 23422.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 88832214,
            "mappedReadsCount": 58969106,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060807"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000623",
              "name": "natural killer cell"
            },
            "cellTypeAuthorAnnotation": "NK-cell.2",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 16.536034,
          "sdRefIntergenicDistribution": 1.611963,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 75019,
          "distinctRankCount": 499,
          "maxRank": 21651.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 88832214,
            "mappedReadsCount": 58969106,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060807"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000921",
              "name": "type I NK T cell"
            },
            "cellTypeAuthorAnnotation": "NK-T-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.807747,
          "sdRefIntergenicDistribution": 1.723717,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 134525,
          "distinctRankCount": 737,
          "maxRank": 22246.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 88832214,
            "mappedReadsCount": 58969106,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060807"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000786",
              "name": "plasma cell"
            },
            "cellTypeAuthorAnnotation": "Plasma-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.984781,
          "sdRefIntergenicDistribution": 1.755728,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 225955,
          "distinctRankCount": 518,
          "maxRank": 21560.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 88832214,
            "mappedReadsCount": 58969106,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060807"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000784",
              "name": "plasmacytoid dendritic cell"
            },
            "cellTypeAuthorAnnotation": "Plasmacytoid-dendritic-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.257156,
          "sdRefIntergenicDistribution": 1.653466,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 103323,
          "distinctRankCount": 726,
          "maxRank": 22015.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 88832214,
            "mappedReadsCount": 58969106,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060807"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000874",
              "name": "splenic red pulp macrophage"
            },
            "cellTypeAuthorAnnotation": "Red-pulp-macrophage",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 38.829529,
          "sdRefIntergenicDistribution": 1.585515,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 30611,
          "distinctRankCount": 283,
          "maxRank": 20692.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 88832214,
            "mappedReadsCount": 58969106,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060807"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0001000",
              "name": "CD8_alpha-positive CD11b-negative dendritic cell"
            },
            "cellTypeAuthorAnnotation": "CD8-dendritic-cell.1",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.725657,
          "sdRefIntergenicDistribution": 1.655671,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 147271,
          "distinctRankCount": 621,
          "maxRank": 21887.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 88832214,
            "mappedReadsCount": 58969106,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060807"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0001000",
              "name": "CD8_alpha-positive CD11b-negative dendritic cell"
            },
            "cellTypeAuthorAnnotation": "CD8-dendritic-cell.2",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 32.667397,
          "sdRefIntergenicDistribution": 1.549145,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 37310,
          "distinctRankCount": 243,
          "maxRank": 20444.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 88832214,
            "mappedReadsCount": 58969106,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060807"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000094",
              "name": "granulocyte"
            },
            "cellTypeAuthorAnnotation": "Granulocyte",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 57.008387,
          "sdRefIntergenicDistribution": 1.641168,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 20960,
          "distinctRankCount": 184,
          "maxRank": 20040.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 88832214,
            "mappedReadsCount": 58969106,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060807"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000871",
              "name": "splenic macrophage"
            },
            "cellTypeAuthorAnnotation": "Macrophage.1",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.885150,
          "sdRefIntergenicDistribution": 1.632304,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 141737,
          "distinctRankCount": 738,
          "maxRank": 22443.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 88832214,
            "mappedReadsCount": 58969106,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060807"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000871",
              "name": "splenic macrophage"
            },
            "cellTypeAuthorAnnotation": "Macrophage.2",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 87.133411,
          "sdRefIntergenicDistribution": 1.519010,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 13787,
          "distinctRankCount": 105,
          "maxRank": 19525.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 88832214,
            "mappedReadsCount": 58969106,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060807"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000871",
              "name": "splenic macrophage"
            },
            "cellTypeAuthorAnnotation": "Macrophage.3",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.491363,
          "sdRefIntergenicDistribution": 1.835328,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 316436,
          "distinctRankCount": 1318,
          "maxRank": 23175.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 88832214,
            "mappedReadsCount": 58969106,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060807"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000871",
              "name": "splenic macrophage"
            },
            "cellTypeAuthorAnnotation": "Macrophage.4",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 87.801899,
          "sdRefIntergenicDistribution": 1.566134,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 13990,
          "distinctRankCount": 98,
          "maxRank": 19407.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 128634250,
            "mappedReadsCount": 45339203,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060808"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B-cell",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.249766,
          "sdRefIntergenicDistribution": 2.592384,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 613930,
          "distinctRankCount": 552,
          "maxRank": 15670.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 128634250,
            "mappedReadsCount": 45339203,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060808"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000084",
              "name": "T cell"
            },
            "cellTypeAuthorAnnotation": "T-cell",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.415508,
          "sdRefIntergenicDistribution": 3.079015,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2136711,
          "distinctRankCount": 969,
          "maxRank": 16535.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 128634250,
            "mappedReadsCount": 45339203,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060808"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000081",
              "name": "blood cell"
            },
            "cellTypeAuthorAnnotation": "Unassigned.1",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 15.292885,
          "sdRefIntergenicDistribution": 1.868915,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 80161,
          "distinctRankCount": 228,
          "maxRank": 13707.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 128634250,
            "mappedReadsCount": 45339203,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060808"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000081",
              "name": "blood cell"
            },
            "cellTypeAuthorAnnotation": "Unassigned.2",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 94.850835,
          "sdRefIntergenicDistribution": 1.666344,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 11440,
          "distinctRankCount": 67,
          "maxRank": 11880.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 128634250,
            "mappedReadsCount": 45339203,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060808"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000081",
              "name": "blood cell"
            },
            "cellTypeAuthorAnnotation": "Unassigned.3",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 51.346500,
          "sdRefIntergenicDistribution": 1.608190,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 20450,
          "distinctRankCount": 119,
          "maxRank": 12584.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 128634250,
            "mappedReadsCount": 45339203,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060808"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000625",
              "name": "CD8-positive, alpha-beta T cell"
            },
            "cellTypeAuthorAnnotation": "CD8-T-cell",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 14.732675,
          "sdRefIntergenicDistribution": 1.791538,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 80479,
          "distinctRankCount": 233,
          "maxRank": 13827.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 128634250,
            "mappedReadsCount": 45339203,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060808"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000451",
              "name": "dendritic cell"
            },
            "cellTypeAuthorAnnotation": "Dendritic-cell",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 25.195141,
          "sdRefIntergenicDistribution": 1.781324,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 45284,
          "distinctRankCount": 158,
          "maxRank": 13180.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 128634250,
            "mappedReadsCount": 45339203,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060808"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Erythroid-cell",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.975848,
          "sdRefIntergenicDistribution": 1.787980,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 434053,
          "distinctRankCount": 162,
          "maxRank": 12778.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 128634250,
            "mappedReadsCount": 45339203,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060808"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000775",
              "name": "neutrophil"
            },
            "cellTypeAuthorAnnotation": "Ltf-high-neutrophil",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 13.403254,
          "sdRefIntergenicDistribution": 1.853613,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 91252,
          "distinctRankCount": 171,
          "maxRank": 12829.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 128634250,
            "mappedReadsCount": 45339203,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060808"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000775",
              "name": "neutrophil"
            },
            "cellTypeAuthorAnnotation": "Neutrophil",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.507799,
          "sdRefIntergenicDistribution": 3.177072,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1763005,
          "distinctRankCount": 829,
          "maxRank": 15759.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 128634250,
            "mappedReadsCount": 45339203,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060808"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000097",
              "name": "mast cell"
            },
            "cellTypeAuthorAnnotation": "Mast-cell",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 36.465174,
          "sdRefIntergenicDistribution": 1.631411,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 29124,
          "distinctRankCount": 154,
          "maxRank": 12831.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 128634250,
            "mappedReadsCount": 45339203,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060808"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Monocyte",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.309278,
          "sdRefIntergenicDistribution": 2.182674,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 481818,
          "distinctRankCount": 547,
          "maxRank": 15348.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 128634250,
            "mappedReadsCount": 45339203,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060808"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000786",
              "name": "plasma cell"
            },
            "cellTypeAuthorAnnotation": "Plasma-cell",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 15.591209,
          "sdRefIntergenicDistribution": 1.684513,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 74273,
          "distinctRankCount": 175,
          "maxRank": 13034.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 135004171,
            "mappedReadsCount": 47566506,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060809"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B-cell",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.669871,
          "sdRefIntergenicDistribution": 2.521772,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 519678,
          "distinctRankCount": 513,
          "maxRank": 15591.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 135004171,
            "mappedReadsCount": 47566506,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060809"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000084",
              "name": "T cell"
            },
            "cellTypeAuthorAnnotation": "T-cell",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.419944,
          "sdRefIntergenicDistribution": 3.074631,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2158944,
          "distinctRankCount": 969,
          "maxRank": 16584.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 135004171,
            "mappedReadsCount": 47566506,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060809"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000081",
              "name": "blood cell"
            },
            "cellTypeAuthorAnnotation": "Unassigned.1",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 26.629588,
          "sdRefIntergenicDistribution": 1.698099,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 42205,
          "distinctRankCount": 168,
          "maxRank": 12980.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 135004171,
            "mappedReadsCount": 47566506,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060809"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000081",
              "name": "blood cell"
            },
            "cellTypeAuthorAnnotation": "Unassigned.2",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 103.317099,
          "sdRefIntergenicDistribution": 1.856754,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 11838,
          "distinctRankCount": 71,
          "maxRank": 11617.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 135004171,
            "mappedReadsCount": 47566506,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060809"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000081",
              "name": "blood cell"
            },
            "cellTypeAuthorAnnotation": "Unassigned.3",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 21.854117,
          "sdRefIntergenicDistribution": 1.727743,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 51497,
          "distinctRankCount": 192,
          "maxRank": 13496.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 135004171,
            "mappedReadsCount": 47566506,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060809"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000625",
              "name": "CD8-positive, alpha-beta T cell"
            },
            "cellTypeAuthorAnnotation": "CD8-T-cell",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 16.964332,
          "sdRefIntergenicDistribution": 1.749668,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 69378,
          "distinctRankCount": 211,
          "maxRank": 13629.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 135004171,
            "mappedReadsCount": 47566506,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060809"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000451",
              "name": "dendritic cell"
            },
            "cellTypeAuthorAnnotation": "Dendritic-cell",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 33.145115,
          "sdRefIntergenicDistribution": 1.721153,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 32987,
          "distinctRankCount": 142,
          "maxRank": 12862.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 135004171,
            "mappedReadsCount": 47566506,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060809"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Erythroid-cell",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.783026,
          "sdRefIntergenicDistribution": 1.820974,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 470930,
          "distinctRankCount": 161,
          "maxRank": 12719.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 135004171,
            "mappedReadsCount": 47566506,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060809"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000775",
              "name": "neutrophil"
            },
            "cellTypeAuthorAnnotation": "Ltf-high-neutrophil",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 29.170924,
          "sdRefIntergenicDistribution": 1.819843,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 41449,
          "distinctRankCount": 108,
          "maxRank": 12165.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 135004171,
            "mappedReadsCount": 47566506,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060809"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000775",
              "name": "neutrophil"
            },
            "cellTypeAuthorAnnotation": "Neutrophil",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.639346,
          "sdRefIntergenicDistribution": 3.113219,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1554227,
          "distinctRankCount": 773,
          "maxRank": 15654.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 135004171,
            "mappedReadsCount": 47566506,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060809"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000097",
              "name": "mast cell"
            },
            "cellTypeAuthorAnnotation": "Mast-cell",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 50.527154,
          "sdRefIntergenicDistribution": 1.616031,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 20088,
          "distinctRankCount": 107,
          "maxRank": 12520.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 135004171,
            "mappedReadsCount": 47566506,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060809"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Monocyte",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.578023,
          "sdRefIntergenicDistribution": 2.167012,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 436409,
          "distinctRankCount": 515,
          "maxRank": 15321.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 135004171,
            "mappedReadsCount": 47566506,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060809"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000786",
              "name": "plasma cell"
            },
            "cellTypeAuthorAnnotation": "Plasma-cell",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 19.788900,
          "sdRefIntergenicDistribution": 1.690201,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 57808,
          "distinctRankCount": 157,
          "maxRank": 13034.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 118583023,
            "mappedReadsCount": 41964241,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060810"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B-cell",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.408832,
          "sdRefIntergenicDistribution": 2.523016,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 566589,
          "distinctRankCount": 537,
          "maxRank": 15670.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 118583023,
            "mappedReadsCount": 41964241,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060810"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000084",
              "name": "T cell"
            },
            "cellTypeAuthorAnnotation": "T-cell",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.461683,
          "sdRefIntergenicDistribution": 3.021075,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2014242,
          "distinctRankCount": 932,
          "maxRank": 16537.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 118583023,
            "mappedReadsCount": 41964241,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060810"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000081",
              "name": "blood cell"
            },
            "cellTypeAuthorAnnotation": "Unassigned.1",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 23.892853,
          "sdRefIntergenicDistribution": 1.738340,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 47934,
          "distinctRankCount": 178,
          "maxRank": 13115.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 118583023,
            "mappedReadsCount": 41964241,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060810"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000081",
              "name": "blood cell"
            },
            "cellTypeAuthorAnnotation": "Unassigned.2",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 78.962336,
          "sdRefIntergenicDistribution": 1.738759,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 14781,
          "distinctRankCount": 83,
          "maxRank": 11889.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 118583023,
            "mappedReadsCount": 41964241,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060810"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000081",
              "name": "blood cell"
            },
            "cellTypeAuthorAnnotation": "Unassigned.3",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 31.385145,
          "sdRefIntergenicDistribution": 1.601589,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 34170,
          "distinctRankCount": 160,
          "maxRank": 13051.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 118583023,
            "mappedReadsCount": 41964241,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060810"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000625",
              "name": "CD8-positive, alpha-beta T cell"
            },
            "cellTypeAuthorAnnotation": "CD8-T-cell",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 18.478532,
          "sdRefIntergenicDistribution": 1.710403,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 62139,
          "distinctRankCount": 195,
          "maxRank": 13592.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 118583023,
            "mappedReadsCount": 41964241,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060810"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000451",
              "name": "dendritic cell"
            },
            "cellTypeAuthorAnnotation": "Dendritic-cell",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 37.979023,
          "sdRefIntergenicDistribution": 1.648129,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 28564,
          "distinctRankCount": 133,
          "maxRank": 12719.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 118583023,
            "mappedReadsCount": 41964241,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060810"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Erythroid-cell",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.477308,
          "sdRefIntergenicDistribution": 1.711565,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 364626,
          "distinctRankCount": 155,
          "maxRank": 12831.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 118583023,
            "mappedReadsCount": 41964241,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060810"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000775",
              "name": "neutrophil"
            },
            "cellTypeAuthorAnnotation": "Ltf-high-neutrophil",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 17.470062,
          "sdRefIntergenicDistribution": 1.857103,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 71608,
          "distinctRankCount": 137,
          "maxRank": 12545.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 118583023,
            "mappedReadsCount": 41964241,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060810"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000775",
              "name": "neutrophil"
            },
            "cellTypeAuthorAnnotation": "Neutrophil",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.677712,
          "sdRefIntergenicDistribution": 3.039990,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1468211,
          "distinctRankCount": 745,
          "maxRank": 15582.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 118583023,
            "mappedReadsCount": 41964241,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060810"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000097",
              "name": "mast cell"
            },
            "cellTypeAuthorAnnotation": "Mast-cell",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 85.883508,
          "sdRefIntergenicDistribution": 1.500956,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 11616,
          "distinctRankCount": 77,
          "maxRank": 12005.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 118583023,
            "mappedReadsCount": 41964241,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060810"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Monocyte",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.340808,
          "sdRefIntergenicDistribution": 2.133071,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 466297,
          "distinctRankCount": 517,
          "maxRank": 15288.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 118583023,
            "mappedReadsCount": 41964241,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060810"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000786",
              "name": "plasma cell"
            },
            "cellTypeAuthorAnnotation": "Plasma-cell",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 33.973136,
          "sdRefIntergenicDistribution": 1.589367,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 32171,
          "distinctRankCount": 97,
          "maxRank": 12259.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 143649273,
            "mappedReadsCount": 65088052,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060811"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.214742,
          "sdRefIntergenicDistribution": 2.533748,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1873096,
          "distinctRankCount": 836,
          "maxRank": 24475.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 143649273,
            "mappedReadsCount": 65088052,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060811"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Ly6c-high-monocyte",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.091150,
          "sdRefIntergenicDistribution": 1.702023,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 325561,
          "distinctRankCount": 471,
          "maxRank": 22851.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 143649273,
            "mappedReadsCount": 65088052,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060811"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Ly6c-low-monocyte",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.234391,
          "sdRefIntergenicDistribution": 1.585403,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 131679,
          "distinctRankCount": 269,
          "maxRank": 21913.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 143649273,
            "mappedReadsCount": 65088052,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060811"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000097",
              "name": "mast cell"
            },
            "cellTypeAuthorAnnotation": "Mast-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 59.640009,
          "sdRefIntergenicDistribution": 1.369179,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 17994,
          "distinctRankCount": 74,
          "maxRank": 19387.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 143649273,
            "mappedReadsCount": 65088052,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060811"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000081",
              "name": "blood cell"
            },
            "cellTypeAuthorAnnotation": "Multiplet",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 30.361542,
          "sdRefIntergenicDistribution": 1.406370,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 35745,
          "distinctRankCount": 166,
          "maxRank": 20634.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 143649273,
            "mappedReadsCount": 65088052,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060811"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000081",
              "name": "blood cell"
            },
            "cellTypeAuthorAnnotation": "Unassigned",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 98.552834,
          "sdRefIntergenicDistribution": 1.279613,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 10463,
          "distinctRankCount": 62,
          "maxRank": 19150.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 143649273,
            "mappedReadsCount": 65088052,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060811"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000775",
              "name": "neutrophil"
            },
            "cellTypeAuthorAnnotation": "Neutrophil",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.667472,
          "sdRefIntergenicDistribution": 1.761327,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 147813,
          "distinctRankCount": 210,
          "maxRank": 21115.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 143649273,
            "mappedReadsCount": 65088052,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060811"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000623",
              "name": "natural killer cell"
            },
            "cellTypeAuthorAnnotation": "NK-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.491489,
          "sdRefIntergenicDistribution": 1.579327,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 126364,
          "distinctRankCount": 260,
          "maxRank": 21954.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 143649273,
            "mappedReadsCount": 65088052,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060811"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000084",
              "name": "T cell"
            },
            "cellTypeAuthorAnnotation": "T-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.251405,
          "sdRefIntergenicDistribution": 2.089774,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 744094,
          "distinctRankCount": 561,
          "maxRank": 23734.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 144011135,
            "mappedReadsCount": 64594233,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060812"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.899970,
          "sdRefIntergenicDistribution": 2.806417,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3006372,
          "distinctRankCount": 1255,
          "maxRank": 24855.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 144011135,
            "mappedReadsCount": 64594233,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060812"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Ly6c-high-monocyte",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.819019,
          "sdRefIntergenicDistribution": 1.895342,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 532979,
          "distinctRankCount": 729,
          "maxRank": 23349.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 144011135,
            "mappedReadsCount": 64594233,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060812"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Ly6c-low-monocyte",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.065210,
          "sdRefIntergenicDistribution": 1.710275,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 184403,
          "distinctRankCount": 379,
          "maxRank": 22263.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 144011135,
            "mappedReadsCount": 64594233,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060812"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000097",
              "name": "mast cell"
            },
            "cellTypeAuthorAnnotation": "Mast-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 41.994470,
          "sdRefIntergenicDistribution": 1.532925,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 27247,
          "distinctRankCount": 142,
          "maxRank": 20093.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 144011135,
            "mappedReadsCount": 64594233,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060812"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000081",
              "name": "blood cell"
            },
            "cellTypeAuthorAnnotation": "Multiplet",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 16.124950,
          "sdRefIntergenicDistribution": 1.581950,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 75070,
          "distinctRankCount": 262,
          "maxRank": 21459.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 144011135,
            "mappedReadsCount": 64594233,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060812"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000081",
              "name": "blood cell"
            },
            "cellTypeAuthorAnnotation": "Unassigned",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 65.670780,
          "sdRefIntergenicDistribution": 1.332275,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 16423,
          "distinctRankCount": 98,
          "maxRank": 19552.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 144011135,
            "mappedReadsCount": 64594233,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060812"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000775",
              "name": "neutrophil"
            },
            "cellTypeAuthorAnnotation": "Neutrophil",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.891307,
          "sdRefIntergenicDistribution": 1.935857,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 236859,
          "distinctRankCount": 280,
          "maxRank": 21570.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 144011135,
            "mappedReadsCount": 64594233,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060812"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000623",
              "name": "natural killer cell"
            },
            "cellTypeAuthorAnnotation": "NK-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.845079,
          "sdRefIntergenicDistribution": 1.708856,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 187410,
          "distinctRankCount": 375,
          "maxRank": 22396.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 144011135,
            "mappedReadsCount": 64594233,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060812"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000084",
              "name": "T cell"
            },
            "cellTypeAuthorAnnotation": "T-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.583675,
          "sdRefIntergenicDistribution": 2.324008,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1227445,
          "distinctRankCount": 823,
          "maxRank": 24115.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 147867362,
            "mappedReadsCount": 64193984,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060813"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.746837,
          "sdRefIntergenicDistribution": 2.945763,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4066511,
          "distinctRankCount": 1567,
          "maxRank": 25339.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 147867362,
            "mappedReadsCount": 64193984,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060813"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Ly6c-high-monocyte",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.263014,
          "sdRefIntergenicDistribution": 1.920771,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 689239,
          "distinctRankCount": 870,
          "maxRank": 23677.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 147867362,
            "mappedReadsCount": 64193984,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060813"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Ly6c-low-monocyte",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.921308,
          "sdRefIntergenicDistribution": 1.765951,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 275014,
          "distinctRankCount": 496,
          "maxRank": 22741.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 147867362,
            "mappedReadsCount": 64193984,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060813"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000097",
              "name": "mast cell"
            },
            "cellTypeAuthorAnnotation": "Mast-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 48.523594,
          "sdRefIntergenicDistribution": 1.475815,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 22628,
          "distinctRankCount": 126,
          "maxRank": 20049.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 147867362,
            "mappedReadsCount": 64193984,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060813"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000081",
              "name": "blood cell"
            },
            "cellTypeAuthorAnnotation": "Multiplet",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.606716,
          "sdRefIntergenicDistribution": 1.604651,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 116974,
          "distinctRankCount": 330,
          "maxRank": 22028.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 147867362,
            "mappedReadsCount": 64193984,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060813"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000081",
              "name": "blood cell"
            },
            "cellTypeAuthorAnnotation": "Unassigned",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 32.737276,
          "sdRefIntergenicDistribution": 1.438280,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 33881,
          "distinctRankCount": 142,
          "maxRank": 20232.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 147867362,
            "mappedReadsCount": 64193984,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060813"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000775",
              "name": "neutrophil"
            },
            "cellTypeAuthorAnnotation": "Neutrophil",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.663831,
          "sdRefIntergenicDistribution": 1.951329,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 248658,
          "distinctRankCount": 310,
          "maxRank": 21679.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 147867362,
            "mappedReadsCount": 64193984,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060813"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000623",
              "name": "natural killer cell"
            },
            "cellTypeAuthorAnnotation": "NK-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.328877,
          "sdRefIntergenicDistribution": 1.756899,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 249865,
          "distinctRankCount": 462,
          "maxRank": 22750.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 147867362,
            "mappedReadsCount": 64193984,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060813"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000084",
              "name": "T cell"
            },
            "cellTypeAuthorAnnotation": "T-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.311973,
          "sdRefIntergenicDistribution": 2.419581,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1600720,
          "distinctRankCount": 1059,
          "maxRank": 24588.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 146270359,
            "mappedReadsCount": 63208307,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060814"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.786522,
          "sdRefIntergenicDistribution": 2.968501,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3885414,
          "distinctRankCount": 1547,
          "maxRank": 25322.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 146270359,
            "mappedReadsCount": 63208307,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060814"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Ly6c-high-monocyte",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.869234,
          "sdRefIntergenicDistribution": 1.866202,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 514715,
          "distinctRankCount": 753,
          "maxRank": 23363.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 146270359,
            "mappedReadsCount": 63208307,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060814"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Ly6c-low-monocyte",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.568800,
          "sdRefIntergenicDistribution": 1.785201,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 244072,
          "distinctRankCount": 465,
          "maxRank": 22728.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 146270359,
            "mappedReadsCount": 63208307,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060814"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000097",
              "name": "mast cell"
            },
            "cellTypeAuthorAnnotation": "Mast-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 43.419373,
          "sdRefIntergenicDistribution": 1.572461,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 26593,
          "distinctRankCount": 129,
          "maxRank": 20079.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 146270359,
            "mappedReadsCount": 63208307,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060814"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000081",
              "name": "blood cell"
            },
            "cellTypeAuthorAnnotation": "Multiplet",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.058720,
          "sdRefIntergenicDistribution": 1.628591,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 112282,
          "distinctRankCount": 342,
          "maxRank": 22013.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 146270359,
            "mappedReadsCount": 63208307,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060814"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000081",
              "name": "blood cell"
            },
            "cellTypeAuthorAnnotation": "Unassigned",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 52.224056,
          "sdRefIntergenicDistribution": 1.383172,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 20801,
          "distinctRankCount": 111,
          "maxRank": 19779.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 146270359,
            "mappedReadsCount": 63208307,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060814"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000775",
              "name": "neutrophil"
            },
            "cellTypeAuthorAnnotation": "Neutrophil",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.743703,
          "sdRefIntergenicDistribution": 1.968415,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 245379,
          "distinctRankCount": 290,
          "maxRank": 21634.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 146270359,
            "mappedReadsCount": 63208307,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060814"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000623",
              "name": "natural killer cell"
            },
            "cellTypeAuthorAnnotation": "NK-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.263611,
          "sdRefIntergenicDistribution": 1.782358,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 255552,
          "distinctRankCount": 431,
          "maxRank": 22899.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 146270359,
            "mappedReadsCount": 63208307,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060814"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000084",
              "name": "T cell"
            },
            "cellTypeAuthorAnnotation": "T-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.372160,
          "sdRefIntergenicDistribution": 2.430116,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1530648,
          "distinctRankCount": 995,
          "maxRank": 24532.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 152830322,
            "mappedReadsCount": 77387498,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060815"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B-cell",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.013602,
          "sdRefIntergenicDistribution": 2.103371,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 177895,
          "distinctRankCount": 301,
          "maxRank": 14761.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 152830322,
            "mappedReadsCount": 77387498,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060815"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000097",
              "name": "mast cell"
            },
            "cellTypeAuthorAnnotation": "Mast-cell",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 435.404407,
          "sdRefIntergenicDistribution": 1.389273,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2184,
          "distinctRankCount": 27,
          "maxRank": 11127.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 152830322,
            "mappedReadsCount": 77387498,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060815"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000775",
              "name": "neutrophil"
            },
            "cellTypeAuthorAnnotation": "Ltf-high-neutrophil",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 23.574254,
          "sdRefIntergenicDistribution": 1.827145,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 49092,
          "distinctRankCount": 127,
          "maxRank": 12698.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 152830322,
            "mappedReadsCount": 77387498,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060815"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000775",
              "name": "neutrophil"
            },
            "cellTypeAuthorAnnotation": "Neutrophil",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.634856,
          "sdRefIntergenicDistribution": 2.074826,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 123930,
          "distinctRankCount": 212,
          "maxRank": 13674.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 152830322,
            "mappedReadsCount": 77387498,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060815"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000786",
              "name": "plasma cell"
            },
            "cellTypeAuthorAnnotation": "Plasma-cell",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 23.675085,
          "sdRefIntergenicDistribution": 1.775262,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 46476,
          "distinctRankCount": 158,
          "maxRank": 12937.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 152830322,
            "mappedReadsCount": 77387498,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060815"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000451",
              "name": "dendritic cell"
            },
            "cellTypeAuthorAnnotation": "Timeless-high-dendritic-cell",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.616832,
          "sdRefIntergenicDistribution": 1.865903,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 96007,
          "distinctRankCount": 243,
          "maxRank": 14145.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 152830322,
            "mappedReadsCount": 77387498,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060815"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Erythroid-cell",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.573880,
          "sdRefIntergenicDistribution": 2.392751,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1199240,
          "distinctRankCount": 595,
          "maxRank": 15181.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 152830322,
            "mappedReadsCount": 77387498,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060815"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000871",
              "name": "splenic macrophage"
            },
            "cellTypeAuthorAnnotation": "Macrophage",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.935109,
          "sdRefIntergenicDistribution": 2.364340,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 618797,
          "distinctRankCount": 593,
          "maxRank": 15649.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 152830322,
            "mappedReadsCount": 77387498,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060815"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000084",
              "name": "T cell"
            },
            "cellTypeAuthorAnnotation": "T-cell.1",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.538813,
          "sdRefIntergenicDistribution": 2.515799,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 562876,
          "distinctRankCount": 493,
          "maxRank": 15672.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 152830322,
            "mappedReadsCount": 77387498,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060815"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000084",
              "name": "T cell"
            },
            "cellTypeAuthorAnnotation": "T-cell.2",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 15.372152,
          "sdRefIntergenicDistribution": 1.787872,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 77703,
          "distinctRankCount": 210,
          "maxRank": 13820.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 152830322,
            "mappedReadsCount": 77387498,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060815"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Monocyte",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 117.058370,
          "sdRefIntergenicDistribution": 1.451704,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 8549,
          "distinctRankCount": 59,
          "maxRank": 11871.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 141694666,
            "mappedReadsCount": 72224903,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060816"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B-cell",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.194903,
          "sdRefIntergenicDistribution": 2.196823,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 247155,
          "distinctRankCount": 339,
          "maxRank": 15047.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 141694666,
            "mappedReadsCount": 72224903,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060816"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000097",
              "name": "mast cell"
            },
            "cellTypeAuthorAnnotation": "Mast-cell",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 142.099045,
          "sdRefIntergenicDistribution": 1.435418,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 6628,
          "distinctRankCount": 53,
          "maxRank": 11689.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 141694666,
            "mappedReadsCount": 72224903,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060816"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000775",
              "name": "neutrophil"
            },
            "cellTypeAuthorAnnotation": "Ltf-high-neutrophil",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 17.957200,
          "sdRefIntergenicDistribution": 1.817980,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 66444,
          "distinctRankCount": 146,
          "maxRank": 12777.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 141694666,
            "mappedReadsCount": 72224903,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060816"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000775",
              "name": "neutrophil"
            },
            "cellTypeAuthorAnnotation": "Neutrophil",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 8.423077,
          "sdRefIntergenicDistribution": 2.153845,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 164243,
          "distinctRankCount": 243,
          "maxRank": 13883.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 141694666,
            "mappedReadsCount": 72224903,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060816"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000786",
              "name": "plasma cell"
            },
            "cellTypeAuthorAnnotation": "Plasma-cell",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 16.255681,
          "sdRefIntergenicDistribution": 1.712135,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 69496,
          "distinctRankCount": 154,
          "maxRank": 12950.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 141694666,
            "mappedReadsCount": 72224903,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060816"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000451",
              "name": "dendritic cell"
            },
            "cellTypeAuthorAnnotation": "Timeless-high-dendritic-cell",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.360279,
          "sdRefIntergenicDistribution": 1.859261,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 99519,
          "distinctRankCount": 237,
          "maxRank": 14177.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 141694666,
            "mappedReadsCount": 72224903,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060816"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Erythroid-cell",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.356599,
          "sdRefIntergenicDistribution": 2.486126,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1464273,
          "distinctRankCount": 609,
          "maxRank": 15112.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 141694666,
            "mappedReadsCount": 72224903,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060816"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000871",
              "name": "splenic macrophage"
            },
            "cellTypeAuthorAnnotation": "Macrophage",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.547593,
          "sdRefIntergenicDistribution": 2.421251,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 746390,
          "distinctRankCount": 649,
          "maxRank": 15742.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 141694666,
            "mappedReadsCount": 72224903,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060816"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000084",
              "name": "T cell"
            },
            "cellTypeAuthorAnnotation": "T-cell.1",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.853092,
          "sdRefIntergenicDistribution": 2.683155,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 784239,
          "distinctRankCount": 585,
          "maxRank": 15950.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 141694666,
            "mappedReadsCount": 72224903,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060816"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000084",
              "name": "T cell"
            },
            "cellTypeAuthorAnnotation": "T-cell.2",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.950086,
          "sdRefIntergenicDistribution": 1.799404,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 93273,
          "distinctRankCount": 229,
          "maxRank": 14057.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 141694666,
            "mappedReadsCount": 72224903,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060816"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Monocyte",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 65.983637,
          "sdRefIntergenicDistribution": 1.549223,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 16213,
          "distinctRankCount": 86,
          "maxRank": 12111.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 164046353,
            "mappedReadsCount": 90872843,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060817"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B-cell",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.851340,
          "sdRefIntergenicDistribution": 1.973196,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 172696,
          "distinctRankCount": 292,
          "maxRank": 14596.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 164046353,
            "mappedReadsCount": 90872843,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060817"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000775",
              "name": "neutrophil"
            },
            "cellTypeAuthorAnnotation": "Ltf-high-neutrophil",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.351906,
          "sdRefIntergenicDistribution": 2.354647,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1286809,
          "distinctRankCount": 591,
          "maxRank": 15155.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 164046353,
            "mappedReadsCount": 90872843,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060817"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000775",
              "name": "neutrophil"
            },
            "cellTypeAuthorAnnotation": "Neutrophil",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.467781,
          "sdRefIntergenicDistribution": 2.546704,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 742152,
          "distinctRankCount": 514,
          "maxRank": 15071.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 164046353,
            "mappedReadsCount": 90872843,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060817"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000786",
              "name": "plasma cell"
            },
            "cellTypeAuthorAnnotation": "Plasma-cell",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.587499,
          "sdRefIntergenicDistribution": 1.858959,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 158409,
          "distinctRankCount": 215,
          "maxRank": 13456.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 164046353,
            "mappedReadsCount": 90872843,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060817"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000451",
              "name": "dendritic cell"
            },
            "cellTypeAuthorAnnotation": "Timeless-high-dendritic-cell",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 31.924796,
          "sdRefIntergenicDistribution": 1.571995,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 33037,
          "distinctRankCount": 142,
          "maxRank": 12954.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 164046353,
            "mappedReadsCount": 90872843,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060817"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Erythroid-cell",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.577637,
          "sdRefIntergenicDistribution": 2.884883,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4630086,
          "distinctRankCount": 1087,
          "maxRank": 15985.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 164046353,
            "mappedReadsCount": 90872843,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060817"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000871",
              "name": "splenic macrophage"
            },
            "cellTypeAuthorAnnotation": "Macrophage",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.671020,
          "sdRefIntergenicDistribution": 2.232361,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 634235,
          "distinctRankCount": 568,
          "maxRank": 15596.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 164046353,
            "mappedReadsCount": 90872843,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060817"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000097",
              "name": "mast cell"
            },
            "cellTypeAuthorAnnotation": "Mast-cell",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 114.676276,
          "sdRefIntergenicDistribution": 1.461279,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 8626,
          "distinctRankCount": 60,
          "maxRank": 11731.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 164046353,
            "mappedReadsCount": 90872843,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060817"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000084",
              "name": "T cell"
            },
            "cellTypeAuthorAnnotation": "T-cell.1",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.626590,
          "sdRefIntergenicDistribution": 2.203233,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 447066,
          "distinctRankCount": 438,
          "maxRank": 15337.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 164046353,
            "mappedReadsCount": 90872843,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060817"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000084",
              "name": "T cell"
            },
            "cellTypeAuthorAnnotation": "T-cell.2",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.597079,
          "sdRefIntergenicDistribution": 1.784645,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 96181,
          "distinctRankCount": 241,
          "maxRank": 13906.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 164046353,
            "mappedReadsCount": 90872843,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060817"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Monocyte",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 42.252882,
          "sdRefIntergenicDistribution": 1.512266,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 24334,
          "distinctRankCount": 126,
          "maxRank": 12594.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 164239105,
            "mappedReadsCount": 90091858,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060818"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B-cell",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.324843,
          "sdRefIntergenicDistribution": 1.986593,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 187906,
          "distinctRankCount": 302,
          "maxRank": 14775.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 164239105,
            "mappedReadsCount": 90091858,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060818"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000775",
              "name": "neutrophil"
            },
            "cellTypeAuthorAnnotation": "Ltf-high-neutrophil",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.314695,
          "sdRefIntergenicDistribution": 2.356205,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1313805,
          "distinctRankCount": 606,
          "maxRank": 15283.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 164239105,
            "mappedReadsCount": 90091858,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060818"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000775",
              "name": "neutrophil"
            },
            "cellTypeAuthorAnnotation": "Neutrophil",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.473601,
          "sdRefIntergenicDistribution": 2.551938,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 747619,
          "distinctRankCount": 497,
          "maxRank": 15089.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 164239105,
            "mappedReadsCount": 90091858,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060818"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000786",
              "name": "plasma cell"
            },
            "cellTypeAuthorAnnotation": "Plasma-cell",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.473652,
          "sdRefIntergenicDistribution": 1.824290,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 162596,
          "distinctRankCount": 214,
          "maxRank": 13508.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 164239105,
            "mappedReadsCount": 90091858,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060818"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000451",
              "name": "dendritic cell"
            },
            "cellTypeAuthorAnnotation": "Timeless-high-dendritic-cell",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 31.888376,
          "sdRefIntergenicDistribution": 1.577193,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 33407,
          "distinctRankCount": 152,
          "maxRank": 12969.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 164239105,
            "mappedReadsCount": 90091858,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060818"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Erythroid-cell",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.607790,
          "sdRefIntergenicDistribution": 2.842464,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 4374390,
          "distinctRankCount": 1065,
          "maxRank": 16083.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 164239105,
            "mappedReadsCount": 90091858,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060818"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000871",
              "name": "splenic macrophage"
            },
            "cellTypeAuthorAnnotation": "Macrophage",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.005467,
          "sdRefIntergenicDistribution": 2.164933,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 533809,
          "distinctRankCount": 534,
          "maxRank": 15466.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 164239105,
            "mappedReadsCount": 90091858,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060818"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000097",
              "name": "mast cell"
            },
            "cellTypeAuthorAnnotation": "Mast-cell",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 52.271203,
          "sdRefIntergenicDistribution": 1.510692,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 19824,
          "distinctRankCount": 110,
          "maxRank": 12401.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 164239105,
            "mappedReadsCount": 90091858,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060818"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000084",
              "name": "T cell"
            },
            "cellTypeAuthorAnnotation": "T-cell.1",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.559243,
          "sdRefIntergenicDistribution": 2.202668,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 455234,
          "distinctRankCount": 447,
          "maxRank": 15407.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 164239105,
            "mappedReadsCount": 90091858,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060818"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000084",
              "name": "T cell"
            },
            "cellTypeAuthorAnnotation": "T-cell.2",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.669584,
          "sdRefIntergenicDistribution": 1.788682,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 127161,
          "distinctRankCount": 269,
          "maxRank": 14143.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 164239105,
            "mappedReadsCount": 90091858,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060818"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Monocyte",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 58.092908,
          "sdRefIntergenicDistribution": 1.499397,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 17482,
          "distinctRankCount": 104,
          "maxRank": 12378.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 152200352,
            "mappedReadsCount": 76102202,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060823"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B-cell",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 23.533887,
          "sdRefIntergenicDistribution": 1.789164,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 46930,
          "distinctRankCount": 177,
          "maxRank": 13495.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 152200352,
            "mappedReadsCount": 76102202,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060823"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000084",
              "name": "T cell"
            },
            "cellTypeAuthorAnnotation": "T-cell",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.859230,
          "sdRefIntergenicDistribution": 2.262317,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 271260,
          "distinctRankCount": 355,
          "maxRank": 15140.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 152200352,
            "mappedReadsCount": 76102202,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060823"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000081",
              "name": "blood cell"
            },
            "cellTypeAuthorAnnotation": "Unassigned.1",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 27.098778,
          "sdRefIntergenicDistribution": 1.856877,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 42551,
          "distinctRankCount": 130,
          "maxRank": 12608.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 152200352,
            "mappedReadsCount": 76102202,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060823"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000081",
              "name": "blood cell"
            },
            "cellTypeAuthorAnnotation": "Unassigned.2",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.009242,
          "sdRefIntergenicDistribution": 1.994688,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 118027,
          "distinctRankCount": 267,
          "maxRank": 14390.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 152200352,
            "mappedReadsCount": 76102202,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060823"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000081",
              "name": "blood cell"
            },
            "cellTypeAuthorAnnotation": "Unassigned.3",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 163.491480,
          "sdRefIntergenicDistribution": 1.581884,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 6258,
          "distinctRankCount": 47,
          "maxRank": 11486.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 152200352,
            "mappedReadsCount": 76102202,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060823"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Erythroid-cell",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.258837,
          "sdRefIntergenicDistribution": 1.859533,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 307242,
          "distinctRankCount": 105,
          "maxRank": 11842.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 152200352,
            "mappedReadsCount": 76102202,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060823"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000775",
              "name": "neutrophil"
            },
            "cellTypeAuthorAnnotation": "Ltf-high-neutrophil",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 34.266034,
          "sdRefIntergenicDistribution": 1.837993,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 35595,
          "distinctRankCount": 99,
          "maxRank": 12118.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 152200352,
            "mappedReadsCount": 76102202,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060823"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000775",
              "name": "neutrophil"
            },
            "cellTypeAuthorAnnotation": "Neutrophil",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.728403,
          "sdRefIntergenicDistribution": 2.850315,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 801725,
          "distinctRankCount": 579,
          "maxRank": 15168.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 152200352,
            "mappedReadsCount": 76102202,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060823"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Monocyte",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 21.612738,
          "sdRefIntergenicDistribution": 1.739895,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 52072,
          "distinctRankCount": 171,
          "maxRank": 13229.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 124896366,
            "mappedReadsCount": 61876905,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060824"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B-cell",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 22.903890,
          "sdRefIntergenicDistribution": 1.789092,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 47564,
          "distinctRankCount": 161,
          "maxRank": 13473.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 124896366,
            "mappedReadsCount": 61876905,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060824"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000084",
              "name": "T cell"
            },
            "cellTypeAuthorAnnotation": "T-cell",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.981537,
          "sdRefIntergenicDistribution": 2.274781,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 268792,
          "distinctRankCount": 356,
          "maxRank": 15109.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 124896366,
            "mappedReadsCount": 61876905,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060824"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000081",
              "name": "blood cell"
            },
            "cellTypeAuthorAnnotation": "Unassigned.1",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 33.293478,
          "sdRefIntergenicDistribution": 1.847289,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 34195,
          "distinctRankCount": 116,
          "maxRank": 12459.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 124896366,
            "mappedReadsCount": 61876905,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060824"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000081",
              "name": "blood cell"
            },
            "cellTypeAuthorAnnotation": "Unassigned.2",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 12.738464,
          "sdRefIntergenicDistribution": 1.961746,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 98711,
          "distinctRankCount": 230,
          "maxRank": 14215.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 124896366,
            "mappedReadsCount": 61876905,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060824"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000081",
              "name": "blood cell"
            },
            "cellTypeAuthorAnnotation": "Unassigned.3",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 341.099949,
          "sdRefIntergenicDistribution": 1.454272,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2799,
          "distinctRankCount": 30,
          "maxRank": 11112.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 124896366,
            "mappedReadsCount": 61876905,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060824"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Erythroid-cell",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.783872,
          "sdRefIntergenicDistribution": 1.799779,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 220786,
          "distinctRankCount": 87,
          "maxRank": 11638.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 124896366,
            "mappedReadsCount": 61876905,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060824"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000775",
              "name": "neutrophil"
            },
            "cellTypeAuthorAnnotation": "Ltf-high-neutrophil",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 37.007464,
          "sdRefIntergenicDistribution": 1.841106,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 32314,
          "distinctRankCount": 97,
          "maxRank": 11967.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 124896366,
            "mappedReadsCount": 61876905,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060824"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000775",
              "name": "neutrophil"
            },
            "cellTypeAuthorAnnotation": "Neutrophil",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.841848,
          "sdRefIntergenicDistribution": 2.861603,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 776762,
          "distinctRankCount": 540,
          "maxRank": 15098.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 124896366,
            "mappedReadsCount": 61876905,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060824"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Monocyte",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 66.580303,
          "sdRefIntergenicDistribution": 1.583293,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 15291,
          "distinctRankCount": 87,
          "maxRank": 12197.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 143658051,
            "mappedReadsCount": 75430492,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060825"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B-cell",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 27.975155,
          "sdRefIntergenicDistribution": 1.710924,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 38763,
          "distinctRankCount": 152,
          "maxRank": 13137.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 143658051,
            "mappedReadsCount": 75430492,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060825"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000084",
              "name": "T cell"
            },
            "cellTypeAuthorAnnotation": "T-cell",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.219273,
          "sdRefIntergenicDistribution": 2.064154,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 231898,
          "distinctRankCount": 316,
          "maxRank": 14768.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 143658051,
            "mappedReadsCount": 75430492,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060825"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000081",
              "name": "blood cell"
            },
            "cellTypeAuthorAnnotation": "Unassigned.1",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 62.758297,
          "sdRefIntergenicDistribution": 1.837462,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 18329,
          "distinctRankCount": 86,
          "maxRank": 11997.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 143658051,
            "mappedReadsCount": 75430492,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060825"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000081",
              "name": "blood cell"
            },
            "cellTypeAuthorAnnotation": "Unassigned.3",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 424.230359,
          "sdRefIntergenicDistribution": 1.405057,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 2281,
          "distinctRankCount": 23,
          "maxRank": 11049.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 143658051,
            "mappedReadsCount": 75430492,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060825"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Erythroid-cell",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.538864,
          "sdRefIntergenicDistribution": 1.743090,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 191227,
          "distinctRankCount": 77,
          "maxRank": 11595.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 143658051,
            "mappedReadsCount": 75430492,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060825"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000775",
              "name": "neutrophil"
            },
            "cellTypeAuthorAnnotation": "Ltf-high-neutrophil",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 47.148396,
          "sdRefIntergenicDistribution": 1.770991,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 24606,
          "distinctRankCount": 78,
          "maxRank": 11782.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 143658051,
            "mappedReadsCount": 75430492,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060825"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000775",
              "name": "neutrophil"
            },
            "cellTypeAuthorAnnotation": "Neutrophil",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.100520,
          "sdRefIntergenicDistribution": 2.845496,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1044877,
          "distinctRankCount": 622,
          "maxRank": 15181.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 143658051,
            "mappedReadsCount": 75430492,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060825"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Monocyte",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 22.857066,
          "sdRefIntergenicDistribution": 1.710391,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 49095,
          "distinctRankCount": 185,
          "maxRank": 13121.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 162145872,
            "mappedReadsCount": 84902051,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060826"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B-cell",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 16.136913,
          "sdRefIntergenicDistribution": 1.795140,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 73005,
          "distinctRankCount": 195,
          "maxRank": 13715.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 162145872,
            "mappedReadsCount": 84902051,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060826"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000084",
              "name": "T cell"
            },
            "cellTypeAuthorAnnotation": "T-cell",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.418123,
          "sdRefIntergenicDistribution": 2.170323,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 284958,
          "distinctRankCount": 368,
          "maxRank": 15001.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 162145872,
            "mappedReadsCount": 84902051,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060826"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000081",
              "name": "blood cell"
            },
            "cellTypeAuthorAnnotation": "Unassigned.1",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 56.018971,
          "sdRefIntergenicDistribution": 1.744887,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 19932,
          "distinctRankCount": 88,
          "maxRank": 12021.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 162145872,
            "mappedReadsCount": 84902051,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060826"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000081",
              "name": "blood cell"
            },
            "cellTypeAuthorAnnotation": "Unassigned.3",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 248.901994,
          "sdRefIntergenicDistribution": 1.487244,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3907,
          "distinctRankCount": 34,
          "maxRank": 11223.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 162145872,
            "mappedReadsCount": 84902051,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060826"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000764",
              "name": "erythroid lineage cell"
            },
            "cellTypeAuthorAnnotation": "Erythroid-cell",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.958023,
          "sdRefIntergenicDistribution": 1.967770,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 276662,
          "distinctRankCount": 93,
          "maxRank": 11565.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 162145872,
            "mappedReadsCount": 84902051,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060826"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000775",
              "name": "neutrophil"
            },
            "cellTypeAuthorAnnotation": "Ltf-high-neutrophil",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 23.484060,
          "sdRefIntergenicDistribution": 1.873532,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 52730,
          "distinctRankCount": 118,
          "maxRank": 12225.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 162145872,
            "mappedReadsCount": 84902051,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060826"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000775",
              "name": "neutrophil"
            },
            "cellTypeAuthorAnnotation": "Neutrophil",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.943094,
          "sdRefIntergenicDistribution": 2.963988,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1226450,
          "distinctRankCount": 676,
          "maxRank": 15295.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 162145872,
            "mappedReadsCount": 84902051,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060826"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Monocyte",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "female",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 9.660315,
          "sdRefIntergenicDistribution": 1.835511,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 128645,
          "distinctRankCount": 272,
          "maxRank": 14017.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 188784687,
            "mappedReadsCount": 119842959,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060831"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.429241,
          "sdRefIntergenicDistribution": 2.594584,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 972556,
          "distinctRankCount": 1141,
          "maxRank": 24227.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 188784687,
            "mappedReadsCount": 119842959,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060831"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Monocyte",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.689347,
          "sdRefIntergenicDistribution": 1.731975,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 114917,
          "distinctRankCount": 413,
          "maxRank": 21864.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 188784687,
            "mappedReadsCount": 119842959,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060831"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000775",
              "name": "neutrophil"
            },
            "cellTypeAuthorAnnotation": "Neutrophil",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 54.866338,
          "sdRefIntergenicDistribution": 1.695509,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 21839,
          "distinctRankCount": 104,
          "maxRank": 19661.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 188784687,
            "mappedReadsCount": 119842959,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060831"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000623",
              "name": "natural killer cell"
            },
            "cellTypeAuthorAnnotation": "NK-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 53.758166,
          "sdRefIntergenicDistribution": 1.529398,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 21395,
          "distinctRankCount": 128,
          "maxRank": 19954.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 188784687,
            "mappedReadsCount": 119842959,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060831"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000784",
              "name": "plasmacytoid dendritic cell"
            },
            "cellTypeAuthorAnnotation": "Plasmacytoid-dendritic-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 64.839728,
          "sdRefIntergenicDistribution": 1.549665,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 18200,
          "distinctRankCount": 164,
          "maxRank": 19779.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 188784687,
            "mappedReadsCount": 119842959,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060831"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000871",
              "name": "splenic macrophage"
            },
            "cellTypeAuthorAnnotation": "Macrophage",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.322080,
          "sdRefIntergenicDistribution": 1.774770,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 132069,
          "distinctRankCount": 462,
          "maxRank": 22359.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 188784687,
            "mappedReadsCount": 119842959,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060831"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000084",
              "name": "T cell"
            },
            "cellTypeAuthorAnnotation": "T-cell.1",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.282133,
          "sdRefIntergenicDistribution": 2.293096,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 591357,
          "distinctRankCount": 894,
          "maxRank": 23712.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 188784687,
            "mappedReadsCount": 119842959,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060831"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000084",
              "name": "T cell"
            },
            "cellTypeAuthorAnnotation": "T-cell.2",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 47.900658,
          "sdRefIntergenicDistribution": 1.556634,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 24322,
          "distinctRankCount": 197,
          "maxRank": 20015.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 184508521,
            "mappedReadsCount": 119896603,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060832"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.820331,
          "sdRefIntergenicDistribution": 2.893822,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1593099,
          "distinctRankCount": 1312,
          "maxRank": 24529.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 184508521,
            "mappedReadsCount": 119896603,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060832"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Monocyte",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 6.954698,
          "sdRefIntergenicDistribution": 1.887126,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 209923,
          "distinctRankCount": 541,
          "maxRank": 22605.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 184508521,
            "mappedReadsCount": 119896603,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060832"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000775",
              "name": "neutrophil"
            },
            "cellTypeAuthorAnnotation": "Neutrophil",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 32.494820,
          "sdRefIntergenicDistribution": 1.740653,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 37727,
          "distinctRankCount": 147,
          "maxRank": 20237.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 184508521,
            "mappedReadsCount": 119896603,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060832"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000623",
              "name": "natural killer cell"
            },
            "cellTypeAuthorAnnotation": "NK-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 41.124260,
          "sdRefIntergenicDistribution": 1.575201,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 27981,
          "distinctRankCount": 163,
          "maxRank": 20417.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 184508521,
            "mappedReadsCount": 119896603,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060832"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000784",
              "name": "plasmacytoid dendritic cell"
            },
            "cellTypeAuthorAnnotation": "Plasmacytoid-dendritic-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 44.837710,
          "sdRefIntergenicDistribution": 1.548724,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 26142,
          "distinctRankCount": 186,
          "maxRank": 20295.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 184508521,
            "mappedReadsCount": 119896603,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060832"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000871",
              "name": "splenic macrophage"
            },
            "cellTypeAuthorAnnotation": "Macrophage",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 5.687680,
          "sdRefIntergenicDistribution": 1.914325,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 265850,
          "distinctRankCount": 680,
          "maxRank": 23275.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 184508521,
            "mappedReadsCount": 119896603,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060832"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000084",
              "name": "T cell"
            },
            "cellTypeAuthorAnnotation": "T-cell.1",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.152225,
          "sdRefIntergenicDistribution": 2.621533,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1124340,
          "distinctRankCount": 1039,
          "maxRank": 24386.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 184508521,
            "mappedReadsCount": 119896603,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060832"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000084",
              "name": "T cell"
            },
            "cellTypeAuthorAnnotation": "T-cell.2",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 34.288165,
          "sdRefIntergenicDistribution": 1.534905,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 34187,
          "distinctRankCount": 240,
          "maxRank": 20485.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 193811412,
            "mappedReadsCount": 129407606,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060833"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.271418,
          "sdRefIntergenicDistribution": 3.457888,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3176822,
          "distinctRankCount": 2047,
          "maxRank": 25037.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 193811412,
            "mappedReadsCount": 129407606,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060833"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Monocyte",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.477116,
          "sdRefIntergenicDistribution": 2.258471,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 533475,
          "distinctRankCount": 962,
          "maxRank": 23399.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 193811412,
            "mappedReadsCount": 129407606,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060833"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000775",
              "name": "neutrophil"
            },
            "cellTypeAuthorAnnotation": "Neutrophil",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 18.593373,
          "sdRefIntergenicDistribution": 1.832037,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 69811,
          "distinctRankCount": 269,
          "maxRank": 21301.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 193811412,
            "mappedReadsCount": 129407606,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060833"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000623",
              "name": "natural killer cell"
            },
            "cellTypeAuthorAnnotation": "NK-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.591745,
          "sdRefIntergenicDistribution": 1.939999,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 135246,
          "distinctRankCount": 420,
          "maxRank": 22258.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 193811412,
            "mappedReadsCount": 129407606,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060833"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000784",
              "name": "plasmacytoid dendritic cell"
            },
            "cellTypeAuthorAnnotation": "Plasmacytoid-dendritic-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 17.739974,
          "sdRefIntergenicDistribution": 1.730830,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 73093,
          "distinctRankCount": 374,
          "maxRank": 21573.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 193811412,
            "mappedReadsCount": 129407606,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060833"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000871",
              "name": "splenic macrophage"
            },
            "cellTypeAuthorAnnotation": "Macrophage",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.843475,
          "sdRefIntergenicDistribution": 2.130777,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 348624,
          "distinctRankCount": 791,
          "maxRank": 23619.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 193811412,
            "mappedReadsCount": 129407606,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060833"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000084",
              "name": "T cell"
            },
            "cellTypeAuthorAnnotation": "T-cell.1",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.623762,
          "sdRefIntergenicDistribution": 3.025376,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1908092,
          "distinctRankCount": 1492,
          "maxRank": 24720.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 193811412,
            "mappedReadsCount": 129407606,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060833"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000084",
              "name": "T cell"
            },
            "cellTypeAuthorAnnotation": "T-cell.2",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 18.953109,
          "sdRefIntergenicDistribution": 1.690323,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 66476,
          "distinctRankCount": 336,
          "maxRank": 21413.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 190829992,
            "mappedReadsCount": 127065650,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060834"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.240912,
          "sdRefIntergenicDistribution": 3.404317,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3220872,
          "distinctRankCount": 2061,
          "maxRank": 25083.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 190829992,
            "mappedReadsCount": 127065650,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060834"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Monocyte",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.656232,
          "sdRefIntergenicDistribution": 2.149126,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 476403,
          "distinctRankCount": 919,
          "maxRank": 23299.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 190829992,
            "mappedReadsCount": 127065650,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060834"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000775",
              "name": "neutrophil"
            },
            "cellTypeAuthorAnnotation": "Neutrophil",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 18.400771,
          "sdRefIntergenicDistribution": 1.792199,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 68990,
          "distinctRankCount": 243,
          "maxRank": 21032.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 190829992,
            "mappedReadsCount": 127065650,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060834"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000623",
              "name": "natural killer cell"
            },
            "cellTypeAuthorAnnotation": "NK-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 10.048129,
          "sdRefIntergenicDistribution": 1.903286,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 140921,
          "distinctRankCount": 424,
          "maxRank": 22301.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 190829992,
            "mappedReadsCount": 127065650,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060834"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000784",
              "name": "plasmacytoid dendritic cell"
            },
            "cellTypeAuthorAnnotation": "Plasmacytoid-dendritic-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 20.729940,
          "sdRefIntergenicDistribution": 1.645623,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 59076,
          "distinctRankCount": 290,
          "maxRank": 21332.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 190829992,
            "mappedReadsCount": 127065650,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060834"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000871",
              "name": "splenic macrophage"
            },
            "cellTypeAuthorAnnotation": "Macrophage",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.456618,
          "sdRefIntergenicDistribution": 2.253754,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 547580,
          "distinctRankCount": 1087,
          "maxRank": 24006.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 190829992,
            "mappedReadsCount": 127065650,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060834"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000084",
              "name": "T cell"
            },
            "cellTypeAuthorAnnotation": "T-cell.1",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.658266,
          "sdRefIntergenicDistribution": 2.933505,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1779404,
          "distinctRankCount": 1404,
          "maxRank": 24612.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 190829992,
            "mappedReadsCount": 127065650,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060834"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "spleen",
            "cellType": {
              "id": "CL:0000084",
              "name": "T cell"
            },
            "cellTypeAuthorAnnotation": "T-cell.2",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 15.406676,
          "sdRefIntergenicDistribution": 1.709466,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 83694,
          "distinctRankCount": 389,
          "maxRank": 21806.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 175222172,
            "mappedReadsCount": 135035441,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060839"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.417235,
          "sdRefIntergenicDistribution": 2.423857,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 595925,
          "distinctRankCount": 790,
          "maxRank": 23678.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 175222172,
            "mappedReadsCount": 135035441,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060839"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Monocyte",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.000186,
          "sdRefIntergenicDistribution": 2.149179,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 597293,
          "distinctRankCount": 963,
          "maxRank": 23531.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 175222172,
            "mappedReadsCount": 135035441,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060839"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000081",
              "name": "blood cell"
            },
            "cellTypeAuthorAnnotation": "Unassigned",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1795.332136,
          "sdRefIntergenicDistribution": 1.000000,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 0
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 175222172,
            "mappedReadsCount": 135035441,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060839"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000775",
              "name": "neutrophil"
            },
            "cellTypeAuthorAnnotation": "Neutrophil",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.275579,
          "sdRefIntergenicDistribution": 2.095007,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 211067,
          "distinctRankCount": 409,
          "maxRank": 21914.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 175222172,
            "mappedReadsCount": 135035441,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060839"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000623",
              "name": "natural killer cell"
            },
            "cellTypeAuthorAnnotation": "NK-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 89.327448,
          "sdRefIntergenicDistribution": 1.501384,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 12465,
          "distinctRankCount": 97,
          "maxRank": 19564.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 175222172,
            "mappedReadsCount": 135035441,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060839"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000084",
              "name": "T cell"
            },
            "cellTypeAuthorAnnotation": "T-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 4.072163,
          "sdRefIntergenicDistribution": 2.184255,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 433961,
          "distinctRankCount": 697,
          "maxRank": 23408.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 175222172,
            "mappedReadsCount": 135035441,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060839"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000787",
              "name": "memory B cell"
            },
            "cellTypeAuthorAnnotation": "Memory-B-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 207.110056,
          "sdRefIntergenicDistribution": 1.425326,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 5305,
          "distinctRankCount": 64,
          "maxRank": 18813.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 175222172,
            "mappedReadsCount": 135035441,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060839"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000232",
              "name": "erythrocyte"
            },
            "cellTypeAuthorAnnotation": "RBC",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 30.570740,
          "sdRefIntergenicDistribution": 1.443876,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 37787,
          "distinctRankCount": 108,
          "maxRank": 19627.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 177309220,
            "mappedReadsCount": 136970084,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060840"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.374285,
          "sdRefIntergenicDistribution": 2.504090,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 634005,
          "distinctRankCount": 834,
          "maxRank": 23702.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 177309220,
            "mappedReadsCount": 136970084,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060840"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Monocyte",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.172617,
          "sdRefIntergenicDistribution": 2.200285,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 583953,
          "distinctRankCount": 903,
          "maxRank": 23445.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 177309220,
            "mappedReadsCount": 136970084,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060840"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000081",
              "name": "blood cell"
            },
            "cellTypeAuthorAnnotation": "Unassigned",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1259.738732,
          "sdRefIntergenicDistribution": 1.382327,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 931,
          "distinctRankCount": 24,
          "maxRank": 18245.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 177309220,
            "mappedReadsCount": 136970084,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060840"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000775",
              "name": "neutrophil"
            },
            "cellTypeAuthorAnnotation": "Neutrophil",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 7.309501,
          "sdRefIntergenicDistribution": 2.155847,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 213150,
          "distinctRankCount": 386,
          "maxRank": 21773.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 177309220,
            "mappedReadsCount": 136970084,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060840"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000623",
              "name": "natural killer cell"
            },
            "cellTypeAuthorAnnotation": "NK-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 83.158292,
          "sdRefIntergenicDistribution": 1.478674,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 13094,
          "distinctRankCount": 101,
          "maxRank": 19669.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 177309220,
            "mappedReadsCount": 136970084,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060840"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000084",
              "name": "T cell"
            },
            "cellTypeAuthorAnnotation": "T-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.989904,
          "sdRefIntergenicDistribution": 2.261164,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 465299,
          "distinctRankCount": 686,
          "maxRank": 23442.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 177309220,
            "mappedReadsCount": 136970084,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060840"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000787",
              "name": "memory B cell"
            },
            "cellTypeAuthorAnnotation": "Memory-B-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 315.856724,
          "sdRefIntergenicDistribution": 1.395763,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 3537,
          "distinctRankCount": 46,
          "maxRank": 18626.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 177309220,
            "mappedReadsCount": 136970084,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060840"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000232",
              "name": "erythrocyte"
            },
            "cellTypeAuthorAnnotation": "RBC",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 36.625446,
          "sdRefIntergenicDistribution": 1.432363,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 31074,
          "distinctRankCount": 93,
          "maxRank": 19382.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 220499857,
            "mappedReadsCount": 176583555,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060841"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.082531,
          "sdRefIntergenicDistribution": 2.799673,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1268553,
          "distinctRankCount": 1177,
          "maxRank": 24260.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 220499857,
            "mappedReadsCount": 176583555,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060841"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Monocyte",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.684292,
          "sdRefIntergenicDistribution": 2.215006,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 695292,
          "distinctRankCount": 1020,
          "maxRank": 23729.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 220499857,
            "mappedReadsCount": 176583555,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060841"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000081",
              "name": "blood cell"
            },
            "cellTypeAuthorAnnotation": "Unassigned",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 117.884603,
          "sdRefIntergenicDistribution": 1.344050,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 9282,
          "distinctRankCount": 63,
          "maxRank": 19041.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 220499857,
            "mappedReadsCount": 176583555,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060841"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000775",
              "name": "neutrophil"
            },
            "cellTypeAuthorAnnotation": "Neutrophil",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.704427,
          "sdRefIntergenicDistribution": 1.906042,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 118131,
          "distinctRankCount": 308,
          "maxRank": 21408.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 220499857,
            "mappedReadsCount": 176583555,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060841"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000623",
              "name": "natural killer cell"
            },
            "cellTypeAuthorAnnotation": "NK-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 27.159946,
          "sdRefIntergenicDistribution": 1.620493,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 44141,
          "distinctRankCount": 210,
          "maxRank": 20996.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 220499857,
            "mappedReadsCount": 176583555,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060841"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000084",
              "name": "T cell"
            },
            "cellTypeAuthorAnnotation": "T-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.087667,
          "sdRefIntergenicDistribution": 2.573195,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1118218,
          "distinctRankCount": 1099,
          "maxRank": 24157.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 220499857,
            "mappedReadsCount": 176583555,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060841"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000787",
              "name": "memory B cell"
            },
            "cellTypeAuthorAnnotation": "Memory-B-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 1.803147,
          "sdRefIntergenicDistribution": 2.510283,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1243706,
          "distinctRankCount": 1529,
          "maxRank": 24183.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 220499857,
            "mappedReadsCount": 176583555,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060841"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000232",
              "name": "erythrocyte"
            },
            "cellTypeAuthorAnnotation": "RBC",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 28.539763,
          "sdRefIntergenicDistribution": 1.441317,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 40293,
          "distinctRankCount": 131,
          "maxRank": 19780.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 186929553,
            "mappedReadsCount": 149834976,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060842"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000236",
              "name": "B cell"
            },
            "cellTypeAuthorAnnotation": "B-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.254038,
          "sdRefIntergenicDistribution": 2.847433,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 1174395,
          "distinctRankCount": 1154,
          "maxRank": 24103.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 186929553,
            "mappedReadsCount": 149834976,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060842"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000576",
              "name": "monocyte"
            },
            "cellTypeAuthorAnnotation": "Monocyte",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 3.020420,
          "sdRefIntergenicDistribution": 2.241355,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 619486,
          "distinctRankCount": 1085,
          "maxRank": 23601.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 186929553,
            "mappedReadsCount": 149834976,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060842"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000081",
              "name": "blood cell"
            },
            "cellTypeAuthorAnnotation": "Unassigned",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 99.654599,
          "sdRefIntergenicDistribution": 1.580551,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 12288,
          "distinctRankCount": 81,
          "maxRank": 18941.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 186929553,
            "mappedReadsCount": 149834976,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060842"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000775",
              "name": "neutrophil"
            },
            "cellTypeAuthorAnnotation": "Neutrophil",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 11.902411,
          "sdRefIntergenicDistribution": 1.980940,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 118271,
          "distinctRankCount": 286,
          "maxRank": 21353.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 186929553,
            "mappedReadsCount": 149834976,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060842"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000623",
              "name": "natural killer cell"
            },
            "cellTypeAuthorAnnotation": "NK-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 32.395023,
          "sdRefIntergenicDistribution": 1.559299,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 35646,
          "distinctRankCount": 210,
          "maxRank": 20737.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 186929553,
            "mappedReadsCount": 149834976,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060842"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000084",
              "name": "T cell"
            },
            "cellTypeAuthorAnnotation": "T-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.431880,
          "sdRefIntergenicDistribution": 2.589625,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 946337,
          "distinctRankCount": 990,
          "maxRank": 23927.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 186929553,
            "mappedReadsCount": 149834976,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060842"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000787",
              "name": "memory B cell"
            },
            "cellTypeAuthorAnnotation": "Memory-B-cell",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 2.180478,
          "sdRefIntergenicDistribution": 2.482413,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 986109,
          "distinctRankCount": 1306,
          "maxRank": 23892.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "10X Genomics V2",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "THREE_PRIME",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": true,
            "isLibraryMultiplexing": false,
            "fragmentation": 0,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 186929553,
            "mappedReadsCount": 149834976,
            "minReadLength": 98,
            "maxReadLength": 98
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
                "title": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
                "size": 0
              },
              {
                "category": "INDIVIDUAL_SAMPLES",
                "dataType": "SC_RNA_SEQ",
                "sampleMultiplexing": true,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/",
                "fileName": "Mus_musculus_SRP201320_droplet_based.h5ad",
                "title": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060842"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0000178",
              "name": "blood"
            },
            "anatEntityAuthorAnnotation": "blood",
            "cellType": {
              "id": "CL:0000232",
              "name": "erythrocyte"
            },
            "cellTypeAuthorAnnotation": "RBC",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 19.563847,
          "sdRefIntergenicDistribution": 1.525440,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 61342,
          "distinctRankCount": 151,
          "maxRank": 20017.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "Illumina",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 150,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 13488016,
            "mappedReadsCount": 10348068,
            "minReadLength": 150,
            "maxReadLength": 150
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/rna_seq/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_RNA-Seq_read_counts_TPM_SRP201320.tsv.gz",
                "title": "Bulk RNA-Seq processed expression values in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/rna_seq/Mus_musculus/",
                "fileName": "Mus_musculus_RNA-Seq_read_counts_TPM_SRP201320.tsv.gz",
                "title": "Bulk RNA-Seq processed expression values in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060847"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "whole spleen",
            "cellType": "NA",
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.046359,
          "sdRefIntergenicDistribution": 3.797239,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 16734,
          "maxRank": 19757.00
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "Illumina",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 150,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 16938544,
            "mappedReadsCount": 13097183,
            "minReadLength": 150,
            "maxReadLength": 150
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/rna_seq/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_RNA-Seq_read_counts_TPM_SRP201320.tsv.gz",
                "title": "Bulk RNA-Seq processed expression values in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/rna_seq/Mus_musculus/",
                "fileName": "Mus_musculus_RNA-Seq_read_counts_TPM_SRP201320.tsv.gz",
                "title": "Bulk RNA-Seq processed expression values in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060848"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "whole spleen",
            "cellType": "NA",
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "UBERON:0000113",
              "name": "post-juvenile"
            },
            "devStageAuthorAnnotation": "23-25 months old",
            "sex": "male",
            "strain": "NA",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10181,
              "name": "Naked mole rat",
              "genus": "Heterocephalus",
              "speciesName": "glaber",
              "preferredDisplayOrder": 31
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.033057,
          "sdRefIntergenicDistribution": 3.948481,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 16714,
          "maxRank": 19768.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "Illumina",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 150,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 10715986,
            "mappedReadsCount": 9213337,
            "minReadLength": 150,
            "maxReadLength": 150
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/rna_seq/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_RNA-Seq_read_counts_TPM_SRP201320.tsv.gz",
                "title": "Bulk RNA-Seq processed expression values in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/rna_seq/Mus_musculus/",
                "fileName": "Mus_musculus_RNA-Seq_read_counts_TPM_SRP201320.tsv.gz",
                "title": "Bulk RNA-Seq processed expression values in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060851"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "whole spleen",
            "cellType": "NA",
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "male",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.038341,
          "sdRefIntergenicDistribution": 3.561910,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 21244,
          "maxRank": 30484.50
        },
        "barcode": ""
      },
      {
        "library": {
          "technology": {
            "protocolName": "Illumina",
            "sequencingPlatfomName": "Illumina HiSeq 4000",
            "strand": "NA",
            "sequencedTranscriptPart": "FULL_LENGTH",
            "cellCompartment": "CELL",
            "isSampleMultiplexing": false,
            "isLibraryMultiplexing": false,
            "fragmentation": 150,
            "libraryType": "paired"
          },
          "pipelineSummary": {
            "allReadsCount": 13304675,
            "mappedReadsCount": 11544338,
            "minReadLength": 150,
            "maxReadLength": 150
          },
          "experiment": {
            "sampleMultiplexing": true,
            "numberOfAnnotatedCells": 131944,
            "downloadFiles": [
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Heterocephalus",
                  "speciesName": "glaber",
                  "genomeVersion": "HetGla_female_1.0",
                  "speciesFullNameWithoutSpace": "Heterocephalus_glaber",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org//Heterocephalus_glaber_female/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 10180,
                  "genomeSpeciesId": 10181,
                  "preferredDisplayOrder": 31,
                  "name": "Naked mole rat",
                  "id": 10181
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/rna_seq/Heterocephalus_glaber/",
                "fileName": "Heterocephalus_glaber_RNA-Seq_read_counts_TPM_SRP201320.tsv.gz",
                "title": "Bulk RNA-Seq processed expression values in Heterocephalus glaber",
                "size": 0
              },
              {
                "category": "ANNOTATED_SAMPLES",
                "dataType": "RNA_SEQ",
                "sampleMultiplexing": false,
                "species": {
                  "genus": "Mus",
                  "speciesName": "musculus",
                  "genomeVersion": "GRCm38.p6",
                  "speciesFullNameWithoutSpace": "Mus_musculus",
                  "genomeAssemblyXRef": "https://nov2020.archive.ensembl.org/Mus_musculus/",
                  "dataSourcesForDataByDataTypes": {},
                  "dataSourcesForAnnotationByDataTypes": {},
                  "parentTaxonId": 862507,
                  "genomeSpeciesId": 10090,
                  "preferredDisplayOrder": 2,
                  "name": "mouse",
                  "id": 10090
                },
                "path": "https://www.bgee.org/ftp/current/download/processed_expr_values/rna_seq/Mus_musculus/",
                "fileName": "Mus_musculus_RNA-Seq_read_counts_TPM_SRP201320.tsv.gz",
                "title": "Bulk RNA-Seq processed expression values in Mus musculus",
                "size": 0
              }
            ],
            "dataSource": {
              "xRefUrl": "",
              "experimentUrl": "https://www.ncbi.nlm.nih.gov/sra/[experiment_id]",
              "evidenceUrl": "https://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?cmd=viewer&m=data&s=viewer&run=[evidence_id]",
              "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/",
              "releaseDate": "2023-04-04",
              "releaseVersion": "",
              "toDisplay": true,
              "category": "RNA_SEQ",
              "displayOrder": 2,
              "name": "SRA",
              "description": "RNA-Seq data source for various species",
              "id": 19
            },
            "xRef": {
              "xRefId": "SRP201320",
              "xRefName": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
              "xRefURL": "https://www.ncbi.nlm.nih.gov/sra/SRP201320",
              "source": {
                "name": "SRA",
                "description": "RNA-Seq data source for various species",
                "baseUrl": "https://www.ncbi.nlm.nih.gov/sra/"
              }
            },
            "assayCount": 0,
            "dOI": "10.1371/journal.pbio.3000528",
            "name": "Droplet-based single-cell RNA-sequencing of mouse and naked mole-rat spleen and circulating immune cells, in natural conditions, following lipopolysaccharide (LPS) challenge, and saline control",
            "description": "Single-cell RNA-sequencing was performed in the mouse and naked mole-rat immune systems in order to map and compare their immune cell repertoirs and their cell-specific gene-expression responses to LPS challenge Overall design: Single-cell RNA-sequencing was obtained from: 1. 4 adult mouse and 4 adult naked mole-rat spleens in duplicate; 2. 4 adult mouse and 3 adult naked mole-rat circulating immune cells; 3. 2 adult mouse and 2 adult naked mole-rat spleens following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat spleens following saline administration in duplicate; 5. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following LPS challenege in duplicate; 4. 2 adult mouse and 2 adult naked mole-rat circulating immune cells following saline administration in duplicate;",
            "id": "SRP201320"
          },
          "id": "SRX6060852"
        },
        "annotation": {
          "rawDataCondition": {
            "anatEntity": {
              "id": "UBERON:0002106",
              "name": "spleen"
            },
            "anatEntityAuthorAnnotation": "whole spleen",
            "cellType": "NA",
            "cellTypeAuthorAnnotation": "NA",
            "devStage": {
              "id": "MmusDv:0000062",
              "name": "2-month-old stage (mouse)"
            },
            "devStageAuthorAnnotation": "8-10 weeks old",
            "sex": "female",
            "strain": "C57BL/6",
            "time": "NA",
            "timeUnit": "NA",
            "species": {
              "id": 10090,
              "name": "mouse",
              "genus": "Mus",
              "speciesName": "musculus",
              "preferredDisplayOrder": 2
            }
          },
          "physiologicalStatus": "NA"
        },
        "pipelineSummary": {
          "meanRefIntergenicDistribution": 0.033212,
          "sdRefIntergenicDistribution": 3.689222,
          "pValueThreshold": 0.0500,
          "allUMIsCount": 0,
          "mappedUMIsCount": 0,
          "distinctRankCount": 21618,
          "maxRank": 30769.50
        },
        "barcode": ""
      }
    ],
    "downloadUrls": [
      {
        "text": "scRNA-Seq droplet-based processed expression values per cell population in Heterocephalus glaber",
        "href": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Heterocephalus_glaber/Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
        "title": "Heterocephalus_glaber_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz"
      },
      {
        "text": "scRNA-Seq droplet-based H5AD data per cell in Heterocephalus glaber",
        "href": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Heterocephalus_glaber/Heterocephalus_glaber_SRP201320_droplet_based.h5ad",
        "title": "Heterocephalus_glaber_SRP201320_droplet_based.h5ad"
      },
      {
        "text": "scRNA-Seq droplet-based processed expression values per cell population in Mus musculus",
        "href": "https://www.bgee.org/ftp/current/download/processed_expr_values/droplet_based/Mus_musculus/Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz",
        "title": "Mus_musculus_Droplet-Based_SC_RNA-Seq_read_counts_CPM_SRP201320.tsv.gz"
      },
      {
        "text": "scRNA-Seq droplet-based H5AD data per cell in Mus musculus",
        "href": "https://www.bgee.org/ftp/current/download/h5ad/droplet_based/Mus_musculus/Mus_musculus_SRP201320_droplet_based.h5ad",
        "title": "Mus_musculus_SRP201320_droplet_based.h5ad"
      },
      {
        "text": "Bulk RNA-Seq processed expression values in Heterocephalus glaber",
        "href": "https://www.bgee.org/ftp/current/download/processed_expr_values/rna_seq/Heterocephalus_glaber/Heterocephalus_glaber_RNA-Seq_read_counts_TPM_SRP201320.tsv.gz",
        "title": "Heterocephalus_glaber_RNA-Seq_read_counts_TPM_SRP201320.tsv.gz"
      },
      {
        "text": "Bulk RNA-Seq processed expression values in Mus musculus",
        "href": "https://www.bgee.org/ftp/current/download/processed_expr_values/rna_seq/Mus_musculus/Mus_musculus_RNA-Seq_read_counts_TPM_SRP201320.tsv.gz",
        "title": "Mus_musculus_RNA-Seq_read_counts_TPM_SRP201320.tsv.gz"
      }
    ]
  }
}